deprecate set-output command

This commit is contained in:
Nebel 2023-11-17 12:35:47 +09:00
parent c22228c040
commit 4ee6edba33
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -18,7 +18,7 @@ jobs:
with: { node-version: lts/*, cache: yarn }
- uses: Homebrew/actions/setup-homebrew@master
- id: brew_cache
run: echo "::set-output name=dir::$(brew --cache)"
run: echo "dir=$(brew --cache)" >> "${GITHUB_OUTPUT}"
- uses: actions/cache@v3
with:
path: ${{ steps.brew_cache.outputs.dir }}