From 9570694cf7bb7c0bd04650aaf40a7cb60bf5e5ea Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 1 Oct 2022 11:42:08 +0900 Subject: [PATCH] use Homebrew/actions/setup-homebrew@master --- .github/workflows/github-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index ece938f..0e6b476 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: { node-version: lts/*, cache: yarn } + - uses: Homebrew/actions/setup-homebrew@master - id: brew_cache run: echo "::set-output name=dir::$(brew --cache)" - uses: actions/cache@v3