From 66e20547599c733ccc28dc8dff5316f5005671ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Sep 2023 10:31:21 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 5e21ff4 --- .github/workflows/main_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 06c80a7..b7b0f33 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 18 registry-url: https://registry.npmjs.org/ @@ -33,7 +33,7 @@ jobs: - unit steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 - - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3 + - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 18 cache: 'npm'