Skip to content

Commit 30854c1

Browse files
committed
Change GitHub CI to update checkout action to version 4
1 parent adf1211 commit 30854c1

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
@@ -51,7 +51,7 @@ jobs:
5151
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
5252
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
- name: Set up Ruby
5656
uses: ruby/setup-ruby@v1
5757
with:

0 commit comments

Comments
 (0)