From 1ffd52e134546db6366945d688b8833d3051e028 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:16:31 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .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..9dc131e 100644 --- a/.github/workflows/Continuous_Delivery.yml +++ b/.github/workflows/Continuous_Delivery.yml @@ -17,7 +17,7 @@ jobs: node-version: 16 registry-url: https://registry.npmjs.org/ - name: Restore CI Cache - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: cache-restore with: path: node_modules diff --git a/.github/workflows/Continuous_Integration.yml b/.github/workflows/Continuous_Integration.yml index dcdfd4d..321a40b 100644 --- a/.github/workflows/Continuous_Integration.yml +++ b/.github/workflows/Continuous_Integration.yml @@ -18,7 +18,7 @@ jobs: node-version: 16 registry-url: https://registry.npmjs.org/ - name: Restore CI Cache - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: cache-restore with: path: node_modules @@ -41,7 +41,7 @@ jobs: node-version: 16 registry-url: https://registry.npmjs.org/ - name: Restore CI Cache - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: cache-restore with: path: node_modules @@ -64,7 +64,7 @@ jobs: node-version: 16 registry-url: https://registry.npmjs.org/ - name: Restore CI Cache - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: cache-restore with: path: node_modules