Skip to content

Commit bcd39cb

Browse files
authored
Merge pull request #867 from integer32llc/maint
2 parents b4a5d01 + 46668e9 commit bcd39cb

File tree

12 files changed

+177
-160
lines changed

12 files changed

+177
-160
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
ref: "${{ github.event.pull_request.head.sha }}"
234234
- name: Get yarn cache directory path
235235
id: yarn-cache-dir-path
236-
run: echo "::set-output name=dir::$(yarn cache dir)"
236+
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
237237
- name: Cache yarn intermediate products
238238
uses: actions/cache@v3
239239
with:

ci/workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ workflows:
344344

345345
- name: "Get yarn cache directory path"
346346
id: yarn-cache-dir-path
347-
run: echo "::set-output name=dir::$(yarn cache dir)"
347+
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
348348

349349
- name: "Cache yarn intermediate products"
350350
uses: actions/cache@v3

0 commit comments

Comments
 (0)