Skip to content

Commit 1a1b123

Browse files
ci: bump actions/cache from 4 to 5 (#65)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c995771 commit 1a1b123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: Homebrew/actions/setup-homebrew@master
2222

2323
- name: Cache Homebrew Bundler RubyGems
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
2727
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)