Skip to content

Commit 2da5f2b

Browse files
chore(deps): bump actions/checkout from 1 to 6 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 1 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55e4bb9 commit 2da5f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ jobs:
778778
timeout-minutes: 90
779779

780780
steps:
781-
- uses: actions/checkout@v1 # v1 is required to run inside docker
781+
- uses: actions/checkout@v6 # v1 is required to run inside docker
782782

783783
- name: Install requirements
784784
run: |

0 commit comments

Comments
 (0)