Skip to content

Commit 2d265e8

Browse files
committed
Change GitHub CI to update checkout action to version 4
1 parent b37b7e0 commit 2d265e8

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

0 commit comments

Comments
 (0)