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 8e5f23b + 9b692e3 commit 2566608Copy full SHA for 2566608
.github/workflows/gem_release.yaml
@@ -15,7 +15,7 @@ jobs:
15
name: Build the gem
16
runs-on: ubuntu-24.04
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Install Ruby
20
uses: ruby/setup-ruby@v1
21
with:
.github/workflows/tests.yaml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ${{ matrix.cfg.os }}
26
27
- name: Checkout current PR
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
30
- name: Install ruby version ${{ matrix.cfg.ruby }}
31
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments