We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79942ac + 795cf64 commit fcb8d34Copy full SHA for fcb8d34
.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@v3
+ - uses: actions/checkout@v4
14
- name: Install Ruby 3.0
15
uses: ruby/setup-ruby@v1
16
with:
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
rubocop:
17
18
- name: Setup ruby
19
20
@@ -37,7 +37,7 @@ jobs:
37
COVERAGE: ${{ matrix.coverage }}
38
name: Ruby ${{ matrix.ruby }}
39
40
41
- name: Install Ruby ${{ matrix.ruby }}
42
43
0 commit comments