Skip to content

Commit 73c9639

Browse files
dependabot[bot]willkg
authored andcommitted
Bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [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.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d177957 commit 73c9639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

2020
name: Python ${{ matrix.python-version}}
2121
steps:
22-
- uses: actions/checkout@v5.0.0
22+
- uses: actions/checkout@v6.0.0
2323

2424
- name: Set up Python
2525
uses: actions/[email protected]

0 commit comments

Comments
 (0)