We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eadd5f commit 5de64e4Copy full SHA for 5de64e4
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
48
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
49
steps:
50
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
51
- name: Set up Ruby
52
uses: ruby/setup-ruby@v1
53
with:
0 commit comments