We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc931ae + a018ce9 commit 0921dffCopy full SHA for 0921dff
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
if: github.repository_owner == 'voxpupuli'
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: Install Ruby 3.0
15
uses: ruby/setup-ruby@v1
16
with:
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
COVERAGE: ${{ matrix.coverage }}
41
42
43
- name: Install Ruby ${{ matrix.ruby }}
44
45
0 commit comments