mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Merge pull request #2773 from imbsky/patch-1
Bump actions/checkout from v1 to v2
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: ${{ matrix.emacs_version }}
|
version: ${{ matrix.emacs_version }}
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: Doom version
|
- name: Doom version
|
||||||
run: "bin/doom version"
|
run: "bin/doom version"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Reference in New Issue
Block a user