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.
2 parents 750b687 + 86475a6 commit 8873cf8Copy full SHA for 8873cf8
.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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
+ - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
78
id: global-cache
79
with:
80
path: ${{ steps.global-cache-dir-path.outputs.dir }}
0 commit comments