Skip to content

Commit 94c6d45

Browse files
committed
Sync Ruby action version comments
1 parent fea644b commit 94c6d45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Set up Ruby
33-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.308.0 # zizmor: ignore[cache-poisoning] -- cached deps are for testing, not release artifact generation
33+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 # zizmor: ignore[cache-poisoning] -- cached deps are for testing, not release artifact generation
3434
with:
3535
ruby-version: '3.3'
3636
bundler-cache: true
@@ -66,7 +66,7 @@ jobs:
6666
git merge-base --is-ancestor "$GITHUB_SHA" origin/main
6767
6868
- name: Set up Ruby
69-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.308.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
69+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
7070
with:
7171
ruby-version: '3.3'
7272
bundler-cache: true

0 commit comments

Comments
 (0)