Skip to content

Commit 05c0151

Browse files
committed
Changing actions versions
1 parent 830f5a3 commit 05c0151

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-15-intel, macos-latest, windows-latest, ubuntu-latest]
14-
python-version: [3.9, 3.10, 3.11, 3.12, pypy-3.8, pypy-3.10]
14+
python-version: [3.9, "3.10", 3.11, pypy-3.8, pypy-3.10]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v5
1717
- name: Setup Python environment
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install Requirements
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v3
3838
- name: Setup Python environment
39-
uses: actions/setup-python@v4
39+
uses: actions/setup-python@v2.2.1
4040
with:
4141
python-version: '3.9'
4242
- name: Install Requirements
@@ -59,11 +59,11 @@ jobs:
5959
strategy:
6060
matrix:
6161
os: [macos-15-intel, macos-latest, windows-latest, ubuntu-latest]
62-
python-version: [3.9, 3.10, 3.11, 3.12, pypy-3.8, pypy-3.10]
62+
python-version: [3.9, "3.10", 3.11,pypy-3.8, pypy-3.10]
6363
steps:
6464
- uses: actions/checkout@v3
6565
- name: Setup Python environment
66-
uses: actions/setup-python@v4
66+
uses: actions/setup-python@v2.2.1
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969
- name: Install Requirements

0 commit comments

Comments
 (0)