Skip to content

Commit

Permalink
Merge pull request #229 from taigaio/cha/20250108/update-github-actions
Browse files Browse the repository at this point in the history
chore: Update github actions cache version
  • Loading branch information
CarlosLVar authored Jan 8, 2025
2 parents 84accc0 + 09f3675 commit 17d20af
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 17d20af

Please sign in to comment.