mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-14 11:53:26 +01:00
CI: Update the versions of actions
This commit is contained in:
2
.github/actions/universal-package/action.yml
vendored
2
.github/actions/universal-package/action.yml
vendored
@@ -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)) }}
|
||||
|
||||
3
.github/workflows/ci-macvim.yaml
vendored
3
.github/workflows/ci-macvim.yaml
vendored
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user