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

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)) }}

View File

@@ -54,7 +54,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v3
# Set up, install, and cache gettext library for localization.
#