Skip to content

Commit 95cc5f9

Browse files
committed
CI: Update actions/setup-python
1 parent cb3ce0e commit 95cc5f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
emacs_version:
12-
# - '24.1'
13-
# - '24.2'
14-
# - '24.3'
1512
- '24.4'
1613
- '24.5'
1714
- '25.1'
@@ -25,8 +22,11 @@ jobs:
2522
- emacs_version: 'snapshot'
2623
allow_failure: true
2724
steps:
28-
- uses: actions/checkout@v1
29-
- uses: actions/[email protected]
25+
- uses: actions/checkout@v4
26+
- uses: actions/setup-python@v5
27+
with:
28+
python-version: '3.11'
29+
architecture: 'x64'
3030
- uses: purcell/setup-emacs@master
3131
with:
3232
version: ${{ matrix.emacs_version }}

0 commit comments

Comments
 (0)