Skip to content

Commit bd713e8

Browse files
chore(deps): update actions/cache action to v4
1 parent 8b99d38 commit bd713e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "::set-output name=dir::$(yarn cache dir)"
2020

2121
- name: Get yarn cache
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
id: yarn-cache
2424
with:
2525
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)