Skip to content

Commit 75d9cc1

Browse files
authored
Upgrade GitHub Actions checkout (jaraco/skeleton#94)
Also, upgrade from `pypy3.9` to `pypy3.10` and remove the `continue-on-error` for Python 3.12. As recommended at jaraco/cssutils#41
1 parent 03f03e7 commit 75d9cc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
platform: ubuntu-latest
3737
- python: "3.10"
3838
platform: ubuntu-latest
39-
- python: pypy3.9
39+
- python: pypy3.10
4040
platform: ubuntu-latest
4141
runs-on: ${{ matrix.platform }}
42-
continue-on-error: ${{ matrix.python == '3.12' }}
42+
continue-on-error: ${{ matrix.python == '3.13' }}
4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- name: Setup Python
4646
uses: actions/setup-python@v4
4747
with:
@@ -56,7 +56,7 @@ jobs:
5656
diffcov:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060
with:
6161
fetch-depth: 0
6262
- name: Setup Python
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
TOXENV: docs
7878
steps:
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4
8080
- name: Setup Python
8181
uses: actions/setup-python@v4
8282
- name: Install tox
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110

111111
steps:
112-
- uses: actions/checkout@v3
112+
- uses: actions/checkout@v4
113113
- name: Setup Python
114114
uses: actions/setup-python@v4
115115
with:

0 commit comments

Comments
 (0)