Skip to content

Commit a588c49

Browse files
Bump actions/checkout from 4 to 5 (#1281)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cafa57 commit a588c49

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
@@ -25,7 +25,7 @@ jobs:
2525
run: git config --global core.autocrlf false
2626
if: matrix.os == 'windows'
2727

28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: ${{ matrix.ruby }}
@@ -71,7 +71,7 @@ jobs:
7171
name: RuboCop
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575
- uses: ruby/setup-ruby@v1
7676
with:
7777
ruby-version: '3.4'

0 commit comments

Comments
 (0)