From a9d8c458d5083daaa47e197d27ceaa072cd85ced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 02:13:36 +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..e548b1b 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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 id: cache-restore with: path: node_modules diff --git a/.github/workflows/Continuous_Integration.yml b/.github/workflows/Continuous_Integration.yml index dcdfd4d..cd26506 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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 id: cache-restore with: path: node_modules