Skip to content

Commit 8212a32

Browse files
Upgrade actions/checkout version
1 parent cc5ae83 commit 8212a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: RuboCop
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v6
2525
- uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: '3.4'
@@ -47,7 +47,7 @@ jobs:
4747
- truffleruby-head
4848
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v6
5151
- uses: ruby/setup-ruby@v1
5252
with:
5353
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)