mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Use latest major version of actions/checkout for CI
This commit is contained in:
parent
03bc44e093
commit
72de6a4ec4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: git clone https://github.com/cask/cask ~/.cask
|
run: git clone https://github.com/cask/cask ~/.cask
|
||||||
- name: Add Cask to PATH
|
- name: Add Cask to PATH
|
||||||
run: echo "$HOME/.cask/bin" >> $GITHUB_PATH
|
run: echo "$HOME/.cask/bin" >> $GITHUB_PATH
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies with Cask
|
- name: Install dependencies with Cask
|
||||||
run: cask
|
run: cask
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user