Skip to content

Commit

Permalink
chore: Update github actions cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie committed Jan 8, 2025
1 parent 84accc0 commit 09f3675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ssh://[email protected]/
- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
ssh://[email protected]/
- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 09f3675

Please sign in to comment.