CI: Update the versions of actions

This commit is contained in:
ichizok
2022-10-15 15:59:15 +09:00
parent bc88abff7c
commit c23024fe56
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ runs:
- name: Cache keg
id: cache-keg
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /usr/local/Cellar/${{ inputs.formula }}
key: ${{ inputs.formula }}-homebrew-cache-patched-unified-${{ hashFiles(format('{0}.rb', inputs.formula)) }}