diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af9969128e..543782db0f 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@19a43a6a2428d455dbd1b85344698725179c9d8c # v1 + uses: ruby/setup-ruby@c984c1a20bb35a1cbda04477c816cea024418be9 # v1 with: bundler-cache: true - name: Set up Node