From 4930db89874ea7925a845b7b46116041a2e8223f Mon Sep 17 00:00:00 2001 From: techno-467 Date: Tue, 17 Dec 2024 12:55:10 +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 3997cdbd88..d5c9402218 100644 --- a/.github/workflows/ui-automation.yml +++ b/.github/workflows/ui-automation.yml @@ -47,7 +47,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') }} @@ -112,7 +112,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') }}