Skip to content

Commit

Permalink
Merge pull request #161 from devoxa/renovate/buildjet-cache-4.x
Browse files Browse the repository at this point in the history
Update buildjet/cache action from v3 to v4
  • Loading branch information
kodiakhq[bot] authored Apr 23, 2024
2 parents 56d0658 + f0cfcd3 commit 362900b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '20.9'

- name: 'Cache dependencies'
uses: buildjet/cache@v3
uses: buildjet/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 362900b

Please sign in to comment.