We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442d080 commit 0742e3fCopy full SHA for 0742e3f
1 file changed
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
python-version: ["3.8", "3.9", "3.10", "3.11"]
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
- name: Set up Python ${{ matrix.python-version }}
14
uses: actions/setup-python@v6
15
with:
@@ -28,7 +28,7 @@ jobs:
28
os: [ubuntu-latest]
29
30
31
32
33
34
0 commit comments