Skip to content

Commit ae5debb

Browse files
authored
Merge pull request #31 from diffblue/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 8796371 + 1a38793 commit ae5debb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

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

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

0 commit comments

Comments
 (0)