We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1524859 commit ae8b5ceCopy full SHA for ae8b5ce
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@v1
+ uses: actions/cache@v3
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