We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68a2abc + 240e896 commit 99f90deCopy full SHA for 99f90de
.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@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
+ uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
72
with:
73
ruby-version: '${{ matrix.entry.build_ruby }}'
74
bundler: none
0 commit comments