There was an error while loading. Please reload this page.
2 parents f6ac8da + 486dfdd commit 1261e48Copy full SHA for 1261e48
1 file changed
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
id: yarn-cache-dir-path
81
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
82
- name: Cache Yarn dependencies
83
- uses: actions/cache@v4
+ uses: actions/cache@v5
84
with:
85
# Cache entire Yarn cache directory (see previous step)
86
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments