Skip to content

Commit

Permalink
Merge pull request #1487 from ichizok/actions/cache-4
Browse files Browse the repository at this point in the history
CI: Bump actions/cache from 3 to 4
  • Loading branch information
ychin committed Apr 22, 2024
2 parents de3b365 + 647ad7e commit e10ad1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/universal-package/action.yml
Expand Up @@ -55,7 +55,7 @@ runs:
- name: Cache keg
id: cache-keg
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.setup-formula.outputs.brew_prefix }}/Cellar/${{ inputs.formula }}
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)) }}
Expand Down

0 comments on commit e10ad1f

Please sign in to comment.