Skip to content

Commit b3ebab1

Browse files
Bump actions/checkout from 3 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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]>
1 parent d724f9d commit b3ebab1

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
@@ -15,7 +15,7 @@ jobs:
1515
name: Rubocop
1616
runs-on: 'ubuntu-latest'
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: '3.3'
@@ -58,7 +58,7 @@ jobs:
5858
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
5959
env: ${{ matrix.env }}
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v5
6262
- uses: ruby/setup-ruby@v1
6363
with:
6464
bundler: ${{ matrix.bundler || 2 }}

0 commit comments

Comments
 (0)