diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8bce8f0104..1fb77d6051 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@v4.2.2 - name: Set up Ruby - uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1 + uses: ruby/setup-ruby@f2f42b7848feff522ffa488a5236ba0a73bccbdd # v1 with: bundler-cache: true - name: Set up Node