Merge pull request #2 from kou029w/renovate/all

Update all dependencies to v3
This commit is contained in:
Nebel 2022-06-01 10:12:04 +09:00 committed by GitHub
commit e156051717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,10 @@ jobs:
permissions: write-all permissions: write-all
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- 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@v2 - uses: actions/cache@v3
with: with:
path: ${{ steps.brew_cache.outputs.dir }} path: ${{ steps.brew_cache.outputs.dir }}
key: brew-v3 key: brew-v3