We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd4be4 commit ba7e4e7Copy full SHA for ba7e4e7
.github/workflows/github-stats.yml
@@ -19,7 +19,7 @@ jobs:
19
run: echo "::set-output name=dir::$(yarn cache dir)"
20
21
- name: Get yarn cache
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
id: yarn-cache
24
with:
25
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments