Update actions/cache action to v4 (#6)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-01 09:49:51 +09:00 committed by GitHub
parent 4f933f4fd7
commit 970c5e27f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
- uses: Homebrew/actions/setup-homebrew@master
- id: brew_cache
run: echo "::set-output name=dir::$(brew --cache)"
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.brew_cache.outputs.dir }}
key: brew-v3