We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ee512 commit 7299863Copy full SHA for 7299863
1 file changed
.github/workflows/github-pages.yml
@@ -21,7 +21,7 @@ jobs:
21
# setup cache
22
- name: Get yarn cache directory path
23
id: yarn-cache-dir-path
24
- run: echo "::set-output name=dir::$(yarn cache dir)"
+ run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
25
- uses: actions/cache@v4
26
id: yarn-cache
27
with:
0 commit comments