From c9f38e387daceb34e965af14f7b123c212cbb6c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:07:24 +0000 Subject: [PATCH] build(deps): update actions/setup-node digest to 0a44ba7 --- .github/workflows/ci.yaml | 2 +- .github/workflows/docs.yaml | 2 +- .github/workflows/pr.yaml | 2 +- .github/workflows/release-status.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2bccd8e3..e9f8dca5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 22.x cache: "npm" diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 68e7181a..d86bd176 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 22.x cache: "npm" diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 4ff1b201..7a58f82b 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 22.x cache: "npm" diff --git a/.github/workflows/release-status.yaml b/.github/workflows/release-status.yaml index 16385525..5d1442f6 100644 --- a/.github/workflows/release-status.yaml +++ b/.github/workflows/release-status.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 22.x cache: "npm"