Fix: CI - ::set-output to $GITHUB_OUTPUT

This commit is contained in:
alstjr7375 2023-04-26 18:17:41 +09:00
parent bd5479d7cd
commit 0fd4efedb6

View file

@ -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