dev-cmd/tap-new: update cache key

This commit is contained in:
Alexander Bayandin 2024-06-22 20:55:13 +01:00
parent e44e645cec
commit b24997242b

View File

@ -95,8 +95,8 @@ module Homebrew
uses: actions/cache@v4
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
restore-keys: ${{ runner.os }}-rubygems-
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
restore-keys: ${{ matrix.os }}-rubygems-
- run: brew test-bot --only-cleanup-before