Skip to content

Commit 664aba1

Browse files
Update buildjet/cache action from v3 to v4
1 parent be9133a commit 664aba1

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)