mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-18 16:08:05 +00:00
Update actions/cache action to v4 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4f933f4fd7
commit
970c5e27f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- uses: Homebrew/actions/setup-homebrew@master
|
- uses: Homebrew/actions/setup-homebrew@master
|
||||||
- id: brew_cache
|
- id: brew_cache
|
||||||
run: echo "::set-output name=dir::$(brew --cache)"
|
run: echo "::set-output name=dir::$(brew --cache)"
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.brew_cache.outputs.dir }}
|
path: ${{ steps.brew_cache.outputs.dir }}
|
||||||
key: brew-v3
|
key: brew-v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue