mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-18 08:05:12 +00:00
deprecate set-output command
This commit is contained in:
parent
c22228c040
commit
4ee6edba33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
with: { node-version: lts/*, cache: yarn }
|
with: { node-version: lts/*, cache: yarn }
|
||||||
- uses: Homebrew/actions/setup-homebrew@master
|
- uses: Homebrew/actions/setup-homebrew@master
|
||||||
- id: brew_cache
|
- id: brew_cache
|
||||||
run: echo "::set-output name=dir::$(brew --cache)"
|
run: echo "dir=$(brew --cache)" >> "${GITHUB_OUTPUT}"
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.brew_cache.outputs.dir }}
|
path: ${{ steps.brew_cache.outputs.dir }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue