Skip to content

Commit c8b937d

Browse files
authored
Merge pull request #640 from olleolleolle/patch-1
CI: Configure yarn cache path using GITHUB_OUTPUT ENV variable
2 parents d0bc525 + 3b5c82c commit c8b937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Get yarn cache directory path
2626
id: yarn-cache-dir-path
27-
run: echo "::set-output name=dir::$(yarn cache dir)"
27+
run: echo "dir='$(yarn cache dir)'" >> "$GITHUB_OUTPUT"
2828

2929
- uses: actions/cache@v4
3030
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)

0 commit comments

Comments
 (0)