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.
1 parent 000b495 commit 467f590Copy full SHA for 467f590
.github/workflows/publish.yaml
@@ -16,7 +16,7 @@ jobs:
16
go: ${{ steps.gem_version.outputs.new_version }}
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
21
- uses: ruby/setup-ruby@v1
22
@@ -44,7 +44,7 @@ jobs:
44
if: ${{ needs.pre.outputs.go == 'true' }}
45
46
47
48
49
- uses: actions/setup-node@v3
50
with:
.github/workflows/test.yaml
@@ -12,7 +12,7 @@ jobs:
12
ruby: ['2.7', '3.2']
13
14
15
0 commit comments