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 bd7b4d7 commit 04068c3Copy full SHA for 04068c3
.github/workflows/gemstash-ci.yml
@@ -58,7 +58,7 @@ jobs:
58
GEMSTASH_SPEC_REDIS_SERVERS: redis://localhost:6379
59
GEMSTASH_SPEC_MEMCACHED_SERVERS: localhost:11211
60
steps:
61
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
62
with:
63
persist-credentials: false
64
- name: Setup ruby
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
env:
10
BUNDLE_WITH: "linting"
11
12
13
14
15
- uses: ruby/setup-ruby@v1
0 commit comments