Skip to content

Commit b1ee3dc

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 118fc96 commit b1ee3dc

9 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/reusable-pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
depth=$(expr ${{ github.event.pull_request.commits }} + 1)
5454
echo "base-depth=$depth"
5555
echo "base-depth=$depth" >> $GITHUB_OUTPUT
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
with:
5858
lfs: ${{ inputs.lfs }}
5959
# for non PR events, check out to depth 1 (the default)

.github/workflows/reusable-python-build_poetry_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
version: ${{ steps.get-version.outputs.version }}
6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@v5
69+
uses: actions/checkout@v6
7070
with:
7171
lfs: ${{ inputs.lfs }}
7272
fetch-depth: 0

.github/workflows/reusable-python-build_setuptools_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
version: ${{ steps.get-version.outputs.version }}
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
with:
6666
lfs: ${{ inputs.lfs }}
6767
fetch-depth: 0

.github/workflows/reusable-python-publish_rattler_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
timeout-minutes: ${{ inputs.timeout-minutes }}
8181
steps:
8282
- name: Checkout
83-
uses: actions/checkout@v5
83+
uses: actions/checkout@v6
8484
with:
8585
lfs: ${{ inputs.lfs }}
8686
fetch-depth: 0

.github/workflows/reusable-python-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
shell: 'bash -l {0}'
8484
timeout-minutes: ${{ inputs.timeout-minutes }}
8585
steps:
86-
- uses: actions/checkout@v5
86+
- uses: actions/checkout@v6
8787
with:
8888
lfs: ${{ inputs.lfs }}
8989
fetch-depth: 0

.github/workflows/reusable-python-static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
shell: 'bash -l {0}'
6767
timeout-minutes: ${{ inputs.timeout-minutes }}
6868
steps:
69-
- uses: actions/checkout@v5
69+
- uses: actions/checkout@v6
7070
with:
7171
lfs: ${{ inputs.lfs }}
7272
fetch-depth: 0

.github/workflows/reusable-zizmor-advanced-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
persist-credentials: false
3737

.github/workflows/reusable-zizmor-annotate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
persist-credentials: false
3737

.github/workflows/reusable-zizmor-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
persist-credentials: false
3636

0 commit comments

Comments
 (0)