Skip to content

Commit 80c74fe

Browse files
authored
Merge pull request #174 from ruby/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 1 to 3
2 parents e63de6a + 4a8de91 commit 80c74fe

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
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
ruby: [ '2.5', '2.6', '2.7', '3.0', 'ruby-head', 'jruby-9.2', 'jruby-head' ]
1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v3
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: ${{ matrix.ruby }}
@@ -27,7 +27,7 @@ jobs:
2727
benchmark:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v1
30+
- uses: actions/checkout@v3
3131
- uses: ruby/setup-ruby@v1
3232
with:
3333
ruby-version: 2.7.1

0 commit comments

Comments
 (0)