diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0f289e1..d7c3ddea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Set up Ruby 3.4 for macOS gem build if: ${{ endsWith(matrix.os.cargo_build_target, '-darwin') }} - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0 with: ruby-version: '3.4' @@ -252,7 +252,7 @@ jobs: merge-multiple: false - name: Set up Ruby - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0 with: ruby-version: ${{ matrix.ruby-version }}