Skip to content

Commit 73fd56f

Browse files
dependabot[bot]willkg
authored andcommitted
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] <support@github.com>
1 parent 14933d3 commit 73fd56f

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
name: Python ${{ matrix.python-version}}
2222
steps:
23-
- uses: actions/checkout@v5.0.0
23+
- uses: actions/checkout@v6.0.1
2424

2525
- name: Set up Python
2626
uses: actions/setup-python@v6.1.0

0 commit comments

Comments
 (0)