Skip to content

Commit 711a36e

Browse files
authored
Merge pull request #104 from rspec/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 3 to 5
2 parents d724f9d + b3ebab1 commit 711a36e

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)