Skip to content

Commit ee9e78c

Browse files
committed
Change GitHub CI to update checkout action to version 3
1 parent 5a168d4 commit ee9e78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
4949
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v3
5252
- name: Set up Ruby
5353
uses: ruby/setup-ruby@v1
5454
with:

0 commit comments

Comments
 (0)