diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 37b8c59c74..c453f3fe03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Ruby - uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1 + uses: ruby/setup-ruby@46ca53beb334a2329bcd0e46a694816a6ae6d173 # v1 with: bundler-cache: true - name: Set up Node