Skip to content

Commit

Permalink
docs: bump cache action to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Sep 19, 2023
1 parent ddd69f8 commit 8e31a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-homebrew/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This also sets up the variables necessary to cache the gems installed by Homebre
```yaml
- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Expand Down

0 comments on commit 8e31a8a

Please sign in to comment.