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 eb69742 commit 58d1c0eCopy full SHA for 58d1c0e
.github/workflows/create-release-pr.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Get yarn cache directory path
75
id: global-cache-dir-path
76
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
77
- - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
78
id: global-cache
79
with:
80
path: ${{ steps.global-cache-dir-path.outputs.dir }}
0 commit comments