We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749f7db commit 6b95070Copy full SHA for 6b95070
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
node-version: 20
13
- name: Get yarn cache
14
id: yarn-cache
15
- run: echo "::set-output name=dir::$(yarn cache dir)"
+ run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
16
- uses: actions/cache@v4
17
with:
18
path: ${{ steps.yarn-cache.outputs.dir }}
0 commit comments