Merge pull request #15127 from issyl0/tap-workflows-bump-actions-cache-version

dev-cmd/tap-new: Use `actions/cache@v3` as v1 is very deprecated
This commit is contained in:
Mike McQuaid 2023-04-03 08:47:16 +01:00 committed by GitHub
commit aa894fbfcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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