We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ac946c + ffa815d commit 68a2abcCopy full SHA for 68a2abc
.github/workflows/publish.yml
@@ -68,7 +68,7 @@ jobs:
68
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false }}
69
70
- name: Resolve build_ruby version
71
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
+ uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
72
with:
73
ruby-version: '${{ matrix.entry.build_ruby }}'
74
bundler: none
0 commit comments