We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77957bd + b9dcacc commit 45f2eecCopy full SHA for 45f2eec
2 files changed
.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@v5
+ - uses: actions/checkout@v6
19
- name: Install Ruby
20
uses: ruby/setup-ruby@v1
21
with:
.github/workflows/unit_tests.yaml
@@ -22,7 +22,7 @@ jobs:
22
outputs:
23
ruby: ${{ steps.ruby.outputs.versions }}
24
25
26
- name: Install Ruby 3.4
27
28
@@ -43,7 +43,7 @@ jobs:
43
44
45
- name: Checkout current PR
46
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
47
48
- name: Rspec checks
49
0 commit comments