Skip to content

Commit 59459d4

Browse files
update github actions
1 parent 38fd6ec commit 59459d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- emacs_version: snapshot
2727
allow_failure: true
2828
steps:
29-
- uses: actions/setup-python@v2
29+
- uses: actions/setup-python@v4
3030
with:
3131
python-version: '3.11'
3232
architecture: 'x64'
@@ -36,7 +36,7 @@ jobs:
3636
- uses: conao3/setup-cask@master
3737
with:
3838
version: 'snapshot'
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
- name: Run tests
4141
if: matrix.allow_failure != true
4242
run: 'make .cask test'

0 commit comments

Comments
 (0)