mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 15:23:59 -08:00
Fix: CI - ::set-output to $GITHUB_OUTPUT
This commit is contained in:
parent
bd5479d7cd
commit
0fd4efedb6
1 changed files with 2 additions and 1 deletions
3
.github/actions/node-setup/action.yml
vendored
3
.github/actions/node-setup/action.yml
vendored
|
|
@ -4,9 +4,10 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
# https://github.com/actions/cache/blob/main/examples.md#node---yarn
|
||||
# https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
- name: Node cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue