From cbabd2fbf3c29591990a097d64447fbfc48cff44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 00:41:51 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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..b093915 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 id: cache-restore with: path: node_modules diff --git a/.github/workflows/Continuous_Integration.yml b/.github/workflows/Continuous_Integration.yml index dcdfd4d..78a04b0 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 id: cache-restore with: path: node_modules