We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33b69e3 + d0253f5 commit 8d2192fCopy full SHA for 8d2192f
.github/workflows/release_gem.yml
@@ -14,7 +14,7 @@ jobs:
14
version: ${{ steps.release-gem.outputs.version }}
15
increment: ${{ steps.release-gem.outputs.increment }}
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
- id: release-gem
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
env:
21
RACK_VERSION: ${{ matrix.rack_version }}
22
23
24
- uses: ruby/setup-ruby@v1
25
26
ruby-version: ${{ matrix.ruby_version }}
0 commit comments