workflows/publish-commit-bottles: start with new cache
parent
7dd70d9184
commit
3b1fd5add8
|
@ -41,8 +41,8 @@ jobs:
|
|||
uses: actions/cache@v2
|
||||
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: ${{runner.os}}-rubygems-v2-${{steps.set-up-homebrew.outputs.gems-hash}}
|
||||
restore-keys: ${{runner.os}}-rubygems-v2-
|
||||
|
||||
# Workaround until the `cache` action uses the changes from
|
||||
# https://github.com/actions/toolkit/pull/580.
|
||||
|
|
Loading…
Reference in New Issue