We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6702ed + cdeee91 commit 4a27737Copy full SHA for 4a27737
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- uses: actions/setup-python@v4
19
with:
20
python-version: ${{ matrix.python }}
0 commit comments