diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1de2905..a32f4f1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false }} - name: Resolve build_ruby version - uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0 + uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0 with: ruby-version: '${{ matrix.entry.build_ruby }}' bundler: none