Skip to content

Commit 4daa2ae

Browse files
Bump actions/checkout from 5 to 6 (#13)
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0c0b11 commit 4daa2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
index: 'ON'
2626
steps:
2727
- name: Clone
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
submodules: recursive
3131
- name: Update
@@ -92,7 +92,7 @@ jobs:
9292
token: ${{ secrets.ALL }}
9393
environment: github-pages
9494
- name: Clone
95-
uses: actions/checkout@v5
95+
uses: actions/checkout@v6
9696
- name: Setup
9797
uses: actions/setup-python@v6
9898
with:

0 commit comments

Comments
 (0)