Skip to content

Commit ba59b68

Browse files
committedAug 8, 2023
Change GitHub CI to update checkout action to version 3
1 parent 243c363 commit ba59b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)