Skip to content

Commit

Permalink
Merge pull request #1742 from Prafulrakhade/develop
Browse files Browse the repository at this point in the history
[MOSIP-38397] Upgraded actions/cache version
  • Loading branch information
ckm007 authored Dec 19, 2024
2 parents 8fc26b9 + 075057f commit 53da105
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 53da105

Please sign in to comment.