Skip to content

Commit ee694f0

Browse files
Build(deps): Bump actions/checkout in the actions-infrastructure group
Bumps the actions-infrastructure group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9bf502 commit ee694f0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
attestations: write
3838
id-token: write
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 0
4343
- uses: hynek/build-and-inspect-python-package@v2
@@ -70,7 +70,7 @@ jobs:
7070
DEPENDS: ${{ matrix.dependencies }}
7171

7272
steps:
73-
- uses: actions/checkout@v5
73+
- uses: actions/checkout@v6
7474
if: matrix.source == 'repo'
7575
with:
7676
submodules: recursive

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: codespell-project/actions-codespell@master

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
include:
3636
- python-version: '3.11'
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
with:
4040
submodules: recursive
4141
fetch-depth: 0

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
DEPENDS: pre
4949

5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
with:
5353
submodules: recursive
5454
fetch-depth: 0

0 commit comments

Comments
 (0)