We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd09d5 commit c310b7aCopy full SHA for c310b7a
1 file changed
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Cache Homebrew Bundler RubyGems
19
id: cache
20
- uses: actions/cache@v3
+ uses: actions/cache@v4
21
with:
22
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
23
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
0 commit comments