Skip to content

Commit b18dd86

Browse files
authored
Merge pull request #586 from pipedrive/renovate/major-gha-actions
Update actions/cache action to v4
2 parents 6650b1f + 9ca5866 commit b18dd86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: '${{ steps.nvm.outputs.NVMRC }}'
2121

22-
- uses: actions/cache@v2
22+
- uses: actions/cache@v4
2323
with:
2424
path: '**/node_modules'
2525
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/on-pd-bot-pr-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: '${{ steps.nvm.outputs.NVMRC }}'
3434

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

0 commit comments

Comments
 (0)