We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e4aa1 commit 3d2d351Copy full SHA for 3d2d351
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- name: Set up Python ${{ matrix.python-version }}
15
uses: actions/setup-python@v4
16
with:
0 commit comments