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 f427e3d commit f28ece9Copy full SHA for f28ece9
.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@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
79
id: yarn-cache
80
with:
81
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments