Skip to content

Commit 422b902

Browse files
dependabot[bot]eregon
authored andcommitted
Bump actions/checkout from 5 to 6
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] <[email protected]>
1 parent b172589 commit 422b902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: git config --global core.autocrlf false
3030
if: matrix.os == 'windows'
3131

32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: ruby/setup-ruby@v1
3434
with:
3535
ruby-version: ${{ matrix.ruby }}
@@ -75,7 +75,7 @@ jobs:
7575
name: RuboCop
7676
runs-on: ubuntu-latest
7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
- uses: ruby/setup-ruby@v1
8080
with:
8181
ruby-version: '3.4'

0 commit comments

Comments
 (0)