Skip to content

Commit 379ac23

Browse files
authored
Update the version of the cache Action (#1272)
1 parent f615fb1 commit 379ac23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/composite/prep/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
uses: Homebrew/actions/setup-homebrew@master
1919

2020
- name: Cache Bundler RubyGems
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
2424
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)