We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c2a4b commit 773d7adCopy full SHA for 773d7ad
.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@v5
16
with:
0 commit comments