Skip to content

Commit 27926fa

Browse files
Merge pull request #75 from devoxa/renovate/buildjet-cache-4.x
Update buildjet/cache action from v3 to v4
2 parents a90808e + 8a7d983 commit 27926fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '20.9'
2323

2424
- name: 'Cache dependencies'
25-
uses: buildjet/cache@v3
25+
uses: buildjet/cache@v4
2626
with:
2727
path: '**/node_modules'
2828
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)