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.
2 parents 23b3663 + fa93bc1 commit bb2aa3cCopy full SHA for bb2aa3c
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Cache Homebrew Bundler RubyGems
28
id: cache
29
- uses: actions/cache@v3
+ uses: actions/cache@v4
30
with:
31
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
32
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
0 commit comments