Skip to content

Commit ae8b5ce

Browse files
authored
Update tests.yml cache action version
1 parent 1524859 commit ae8b5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Cache Homebrew Bundler RubyGems
1919
id: cache
20-
uses: actions/cache@v1
20+
uses: actions/cache@v3
2121
with:
2222
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
2323
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)