We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f615fb1 commit 379ac23Copy full SHA for 379ac23
.github/workflows/composite/prep/action.yml
@@ -18,7 +18,7 @@ runs:
18
uses: Homebrew/actions/setup-homebrew@master
19
20
- name: Cache Bundler RubyGems
21
- uses: actions/cache@v1
+ uses: actions/cache@v4
22
with:
23
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
24
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
0 commit comments