From 4ee6edba338d18bf6824a2a3e87e7bededd7a401 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 17 Nov 2023 12:35:47 +0900 Subject: [PATCH] deprecate set-output command --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 47856d5..c3e6da9 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -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 }}