From dcf1d8c0c42f57f0850b045c2505787541cf64c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:42:47 -0700 Subject: [PATCH] ci(action): update actions/setup-node digest to 969bd26 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ae58737..b4afafa9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Use Node.js ${{ matrix.node_version }} - uses: actions/setup-node@9f3a02bbd17adc05b078145bb8f676c84be77e89 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b with: node-version: ${{ matrix.node_version }} cache: npm