From 1d1cf68118750a5b216e11a19bb53986a24ee3a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 00:53:42 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 7c12f80 --- .github/workflows/Continuous_Delivery.yml | 2 +- .github/workflows/Continuous_Integration.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Continuous_Delivery.yml b/.github/workflows/Continuous_Delivery.yml index 8bb202e..f1b962c 100644 --- a/.github/workflows/Continuous_Delivery.yml +++ b/.github/workflows/Continuous_Delivery.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout Project uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2 - name: Use Node.js v16 - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2 + uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2 with: node-version: 16 registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/Continuous_Integration.yml b/.github/workflows/Continuous_Integration.yml index dcdfd4d..a0b4211 100644 --- a/.github/workflows/Continuous_Integration.yml +++ b/.github/workflows/Continuous_Integration.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout Project uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2 - name: Use Node.js v16 - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2 + uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2 with: node-version: 16 registry-url: https://registry.npmjs.org/ @@ -36,7 +36,7 @@ jobs: - name: Checkout Project uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2 - name: Use Node.js v16 - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2 + uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2 with: node-version: 16 registry-url: https://registry.npmjs.org/ @@ -59,7 +59,7 @@ jobs: - name: Checkout uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2 - name: Use Node.js v16 - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2 + uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2 with: node-version: 16 registry-url: https://registry.npmjs.org/