Skip to content

Commit e93e625

Browse files
committed
update GitHub Actions cache action to v4
1 parent b7a856d commit e93e625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bandchainjs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Cache node_modules
2323
id: bandchainjs-node-modules-cache
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
with:
2626
path: ./node_modules
2727
key: ${{ runner.OS }}-bandchainjs-test-${{ hashFiles('**/yarn.lock') }}-node-v${{ matrix.node-version }}

0 commit comments

Comments
 (0)