Skip to content

Commit 32aca21

Browse files
authored
Merge pull request #877 from ruby/update-actions
Use actions/checkout@v3
2 parents 2325a3b + 9d19629 commit 32aca21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- { ruby: 'jruby-9.2.19.0', os: 'ubuntu-latest' }
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

0 commit comments

Comments
 (0)