Skip to content

Commit 2b49fa1

Browse files
authored
Merge pull request #167 from cclauss/patch-1
Upgrade GitHub Actions to v3
2 parents 7616441 + 7de7960 commit 2b49fa1

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
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Python 3.10
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v4
1818
with:
1919
python-version: "3.10"
2020
- uses: pre-commit/action@v2.0.2
@@ -38,14 +38,14 @@ jobs:
3838
- python-version: "3.x"
3939
toxenv: "djangomain"
4040
experimental: true
41-
- python-version: "pypy-3.8"
41+
- python-version: "pypy-3.9"
4242
toxenv: "PyPy"
4343
experimental: false
4444

4545
steps:
4646
- uses: actions/checkout@v3
4747

48-
- uses: actions/setup-python@v3
48+
- uses: actions/setup-python@v4
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

0 commit comments

Comments
 (0)