We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0920f5 + 5902b88 commit 1e8db3fCopy full SHA for 1e8db3f
.github/workflows/release_gem.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
# Build the gem package
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
- uses: ruby/setup-ruby@v1
21
with:
22
bundler-cache: true
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Run tests
9
runs-on: ubuntu-latest
10
11
12
- name: Set up Ruby
13
uses: ruby/setup-ruby@v1
14
0 commit comments