mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
[MOSIP-38397] Upgraded actions/cache version
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
This commit is contained in:
4
.github/workflows/ui-automation.yml
vendored
4
.github/workflows/ui-automation.yml
vendored
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user