Skip to content

Commit 6b95070

Browse files
committed
chore(ci): use GITHUB_OUTPUT variable
1 parent 749f7db commit 6b95070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: 20
1313
- name: Get yarn cache
1414
id: yarn-cache
15-
run: echo "::set-output name=dir::$(yarn cache dir)"
15+
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
1616
- uses: actions/cache@v4
1717
with:
1818
path: ${{ steps.yarn-cache.outputs.dir }}

0 commit comments

Comments
 (0)