diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f6473aae..7f9bd9c6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: node-version: "${{env.NODE_VERSION}}" - name: Setup Ruby - uses: ruby/setup-ruby@d37167af451eb51448db3354e1057b75c4b268f7 + uses: ruby/setup-ruby@5cfe23c062c0aac352e765b1b7cc12ea5255ccc4 with: bundler-cache: true diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 69ec7249..b7d9c8c4 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -18,7 +18,7 @@ jobs: with: node-version: "${{env.NODE_VERSION}}" - - uses: ruby/setup-ruby@d37167af451eb51448db3354e1057b75c4b268f7 + - uses: ruby/setup-ruby@5cfe23c062c0aac352e765b1b7cc12ea5255ccc4 with: bundler-cache: true