Skip to content

Commit 43447cc

Browse files
committed
Use setup-python@v2 and checkout@v2 for CI
1 parent d6ade7e commit 43447cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- emacs_version: snapshot
2424
allow_failure: true
2525
steps:
26-
- uses: actions/setup-python@v1.1.1
26+
- uses: actions/setup-python@v2
2727
with:
2828
python-version: '3.6'
2929
architecture: 'x64'
@@ -33,7 +33,7 @@ jobs:
3333
- uses: conao3/setup-cask@master
3434
with:
3535
version: 'snapshot'
36-
- uses: actions/checkout@v1
36+
- uses: actions/checkout@v2
3737
- name: Run tests
3838
if: matrix.allow_failure != true
3939
run: 'make test'

0 commit comments

Comments
 (0)