Skip to content

Commit 6077995

Browse files
authored
Merge pull request #78 from timvw/renovate/actions-cache-6.x
Update actions/cache action to v6
2 parents e8a7a8d + 94d6fdf commit 6077995

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/renovate-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ln -s "$PWD" "$tap_dir"
4242
4343
- name: Cache Homebrew Bundler RubyGems
44-
uses: actions/cache@v5
44+
uses: actions/cache@v6
4545
with:
4646
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
4747
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Cache Homebrew Bundler RubyGems
2121
id: cache
22-
uses: actions/cache@v5
22+
uses: actions/cache@v6
2323
with:
2424
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
2525
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)