mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
dev-cmd/tap-new: Use actions/cache@v3
as v1 is very deprecated
- We forgot about this workflow when we bumped the versions of our actual workflows as part of issue 14692.
This commit is contained in:
parent
931327df1f
commit
09ce7a1da6
@ -81,7 +81,7 @@ module Homebrew
|
||||
|
||||
- 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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user