Skip to content

Commit

Permalink
Merge pull request #586 from pipedrive/renovate/major-gha-actions
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
dmitriyeff authored Dec 17, 2024
2 parents 6650b1f + 9ca5866 commit b18dd86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pd-bot-pr-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit b18dd86

Please sign in to comment.