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