diff --git a/.github/workflows/npm_lint_and_test.yml b/.github/workflows/npm_lint_and_test.yml index ed5ae194af..68b239eb40 100644 --- a/.github/workflows/npm_lint_and_test.yml +++ b/.github/workflows/npm_lint_and_test.yml @@ -31,7 +31,7 @@ jobs: with: persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 47bb966589..38be70e69f 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -47,7 +47,7 @@ jobs: bundler-cache: true - name: Set up JS - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version-file: '.nvmrc' cache: "npm"