From 075057f47cf98003db5762bd4677de569293c315 Mon Sep 17 00:00:00 2001 From: techno-467 Date: Tue, 17 Dec 2024 12:51:23 +0530 Subject: [PATCH] [MOSIP-38397] Upgraded actions/cache version Signed-off-by: techno-467 --- .github/workflows/ui-automation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-automation.yml b/.github/workflows/ui-automation.yml index 0a569a2f61..a1e51a81da 100644 --- a/.github/workflows/ui-automation.yml +++ b/.github/workflows/ui-automation.yml @@ -46,7 +46,7 @@ jobs: with: node-version: '18.x' - name: Cache npm dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4 with: path: '~/.npm' key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} @@ -130,7 +130,7 @@ jobs: node-version: '18.x' - name: Cache npm dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4 with: path: '~/.npm' key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}