Skip to content

Commit 4269ce8

Browse files
committed
Changing actions versions
1 parent 05c0151 commit 4269ce8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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, pypy-3.8, pypy-3.10]
14+
python-version: [3.9, "3.10", 3.11, 3.12]
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Setup Python environment
@@ -34,9 +34,9 @@ jobs:
3434
Docs:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- name: Setup Python environment
39-
uses: actions/setup-python@v2.2.1
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: '3.9'
4242
- name: Install Requirements

0 commit comments

Comments
 (0)