Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent 0d8cb66 commit 3ae70c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache gem
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /Library/Ruby/Gems
key: ${{ runner.os }}-gem-${{ hashFiles('install.sh') }}
- name: Cache homebrew
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /Users/runner/Library/Caches/Homebrew
key: ${{ runner.os }}-homebrew-${{ hashFiles('install.sh', 'roles/*/tasks/homebrew.yml') }}
- name: Cache asdf
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /Users/runner/.asdf
key: ${{ runner.os }}-asdf-${{ hashFiles('install.sh') }}
Expand All @@ -40,17 +40,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache gem
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /Library/Ruby/Gems
key: ${{ runner.os }}-gem-${{ hashFiles('install.sh') }}
- name: Cache homebrew
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /Users/runner/Library/Caches/Homebrew
key: ${{ runner.os }}-homebrew-${{ hashFiles('install.sh') }}
- name: Cache asdf
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /Users/runner/.asdf
key: ${{ runner.os }}-asdf-${{ hashFiles('install.sh') }}
Expand Down

0 comments on commit 3ae70c2

Please sign in to comment.