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:
Issy Long 2023-04-02 15:37:10 +01:00
parent 931327df1f
commit 09ce7a1da6
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -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 }}