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 c30d44e commit 9fa43a7Copy full SHA for 9fa43a7
.github/workflows/action-format.yml
@@ -75,7 +75,7 @@ jobs:
75
run: echo "::set-output name=dir::$(yarn cache dir)"
76
77
- name: Cache yarn
78
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
79
id: yarn-cache
80
with:
81
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments