diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9266e23..4ec522f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Set up Ruby - uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c + uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 - name: Get NodeJS version run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT