Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa93bc1

Browse files
committed
chore: update to actions/cache@v4
1 parent 8d6f72a commit fa93bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

2727
- name: Cache Homebrew Bundler RubyGems
2828
id: cache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
3232
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)