We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca0574f + 80a7238 commit d1a326aCopy full SHA for d1a326a
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v6
20
21
- name: Setup Python
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
python-version: "3.12"
47
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
0 commit comments