We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cec7c5 + 27b055c commit a9d48c6Copy full SHA for a9d48c6
1 file changed
.github/workflows/publish.yml
@@ -67,7 +67,7 @@ jobs:
67
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false }}
68
69
- name: Resolve build_ruby version
70
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
+ uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
71
with:
72
ruby-version: '${{ matrix.entry.build_ruby }}'
73
bundler: none
0 commit comments