Skip to content

Commit

Permalink
[MOSIP-38397] Upgraded actions/cache version
Browse files Browse the repository at this point in the history
Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade committed Dec 17, 2024
1 parent e572faf commit 075057f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit 075057f

Please sign in to comment.