From 14c9bf463ebdf62b5c60cac6932a6fc1863bdeef Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 1 Oct 2022 11:41:32 +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 b2679a8..79f4c62 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: Homebrew/actions/setup-homebrew@master - id: brew_cache run: echo "::set-output name=dir::$(brew --cache)" - uses: actions/cache@v3