Skip to content

Commit 340789e

Browse files
committed
chore: fix cowfi tokens job
1 parent 7e0486c commit 340789e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cowFi-tokens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Load dependencies
5555
id: cache-node-modules
56-
uses: actions/cache@v2
56+
uses: actions/cache@v4
5757
with:
5858
path: node_modules
5959
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules1-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)