diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fcfe5c1c..98595122 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,7 @@ jobs: with: show-progress: false - - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: ruby-version: '3' @@ -57,7 +57,7 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: ruby-version: '3' bundler-cache: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1d2a12f3..e860befc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true