1
0
Fork 0
mirror of https://github.com/kou029w/nodejs-hands-on.git synced 2025-04-01 18:15:16 +00:00

Update actions/cache action to v4

This commit is contained in:
renovate[bot] 2024-02-01 00:48:08 +00:00 committed by GitHub
parent 4f933f4fd7
commit 59838a36e7
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