Skip to content

Commit 5de64e4

Browse files
committed
Change GitHub CI to update checkout action to version 4
1 parent 5eadd5f commit 5de64e4

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

0 commit comments

Comments
 (0)