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 8459a9a commit f4ddd42Copy full SHA for f4ddd42
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
- name: Set up Python
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
with:
30
python-version: "3.x"
31
.github/workflows/tests.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v5
17
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
18
- uses: pre-commit/[email protected]
19
20
Test:
0 commit comments