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