We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3b365 commit 647ad7eCopy full SHA for 647ad7e
.github/actions/universal-package/action.yml
@@ -55,7 +55,7 @@ runs:
55
56
- name: Cache keg
57
id: cache-keg
58
- uses: actions/cache@v3
+ uses: actions/cache@v4
59
with:
60
path: ${{ steps.setup-formula.outputs.brew_prefix }}/Cellar/${{ inputs.formula }}
61
key: ${{ inputs.formula }}-homebrew-cache-custom-unified-prefix${{ steps.setup-formula.outputs.brew_prefix }}-xcode${{ steps.setup-formula.outputs.xcode_version }}-${{ hashFiles(format('{0}.rb', inputs.formula)) }}
0 commit comments