Skip to content

Commit eca5d8c

Browse files
chore(deps): 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 84d7b31 commit eca5d8c

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
@@ -6,7 +6,7 @@ jobs:
66
name: Test
77
steps:
88
# Gets a copy of the source code in your repository before running API tests
9-
- uses: actions/checkout@v5.0.0
9+
- uses: actions/checkout@v6.0.1
1010
- uses: actions/setup-python@v6
1111
with:
1212
python-version: '3.13'

0 commit comments

Comments
 (0)