Skip to content

Commit

Permalink
Bump actions/checkout in the gha-dependencies group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the gha-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 6da0cef commit 8f1ff2d
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-documentation:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- name: Install Python
uses: actions/setup-python@v5.2.0
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ jobs:

steps:
- name: Checkout arelle
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Checkout EDGAR
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
repository: Arelle/EDGAR
path: arelle/plugin/EDGAR
ref: ${{ inputs.edgar_ref }}
- name: Cleanup EDGAR
run: rm -rf arelle/plugin/EDGAR/.git
- name: Checkout XULE
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
repository: xbrlus/xule
path: xule
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: Checkout arelle
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Install Python
Expand All @@ -73,13 +73,13 @@ jobs:
- run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements-build.txt
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
repository: Arelle/EDGAR
path: arelle/plugin/EDGAR
ref: ${{ inputs.edgar_ref }}
- run: rm -rf arelle/plugin/EDGAR/.git
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
repository: xbrlus/xule
path: tmp
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ jobs:

steps:
- name: Checkout arelle
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Checkout EDGAR
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
repository: Arelle/EDGAR
path: arelle/plugin/EDGAR
ref: ${{ inputs.edgar_ref }}
- shell: cmd
run: rmdir /s /q arelle\plugin\EDGAR\.git
- name: Checkout xule
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
repository: xbrlus/xule
path: xule
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ inputs.os }}
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
persist-credentials: false
- name: Configure AWS Credentials
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conformance-suites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
outputs:
matrix: ${{ steps.build-test-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -40,7 +40,7 @@ jobs:
test: ${{ fromJson(needs.find-tests.outputs.matrix) }}
environment: ${{ matrix.test.environment }}
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout arelle
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Install Python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-scripts-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
outputs:
names: ${{ steps.get-test-names.outputs.names }}
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -38,7 +38,7 @@ jobs:
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- name: Install Python 3
uses: actions/setup-python@v5.2.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
zip_uploaded_artifact_name: ${{ github.event_name == 'pull_request' && needs.build-windows-pr.outputs.zip_uploaded_artifact_name || needs.build-windows-dispatch.outputs.zip_uploaded_artifact_name }}
steps:
- name: Checkout arelle
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Download installer artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- '3.12'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- name: Install Python 3
uses: actions/setup-python@v5.2.0
with:
Expand Down

0 comments on commit 8f1ff2d

Please sign in to comment.