We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7704660 commit 92278f8Copy full SHA for 92278f8
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
python-version: ["3.11", "3.12", "3.13"]
15
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- name: Set up Python
19
uses: actions/setup-python@v6
20
with:
.github/workflows/python-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
0 commit comments