From fdabc0eb5ed0240a6e94c15629123766a595d3d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 02:54:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 2499707 --- .github/workflows/npm_lint_and_test.yml | 2 +- .github/workflows/rspec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"