Skip to content

Commit af90411

Browse files
chore(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 d537d33 commit af90411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
build:
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 0
4747
- uses: actions/setup-python@v6
@@ -204,7 +204,7 @@ jobs:
204204
ARCH: ${{ !contains(fromJSON('["none", "min"]'), matrix.dependencies) && matrix.architecture }}
205205

206206
steps:
207-
- uses: actions/checkout@v5
207+
- uses: actions/checkout@v6
208208
with:
209209
submodules: recursive
210210
fetch-depth: 0
@@ -265,7 +265,7 @@ jobs:
265265
check: ['style', 'doctest', 'typecheck', 'spellcheck']
266266

267267
steps:
268-
- uses: actions/checkout@v5
268+
- uses: actions/checkout@v6
269269
- name: Set up Python ${{ matrix.python-version }}
270270
uses: actions/setup-python@v6
271271
with:

0 commit comments

Comments
 (0)