diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c1ea212cb0..77ab94ac21d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@v6.0.2 - name: Set up Ruby - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1 + uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1 with: bundler-cache: true - name: Set up Node