Skip to content

Commit 871bf9d

Browse files
Bump actions/checkout from 5.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7361b91 commit 871bf9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
3131

3232
steps:
33-
- uses: actions/checkout@v5.0.0
33+
- uses: actions/checkout@v6.0.1
3434
- name: Set up Python
3535
uses: actions/[email protected]
3636
with:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- platform: windows-latest
3131
python-version: 3.13
3232
steps:
33-
- uses: actions/checkout@v5.0.0
33+
- uses: actions/checkout@v6.0.1
3434
- name: Set up Python ${{ matrix.python-version }}
3535
uses: actions/[email protected]
3636
with:

0 commit comments

Comments
 (0)