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 94ebe5f commit 13fd104Copy full SHA for 13fd104
.github/workflows/cd.yml
@@ -41,7 +41,7 @@ jobs:
41
42
steps:
43
- uses: actions/checkout@v5
44
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
45
name: Install Python ${{ matrix.python }}
46
with:
47
python-version: ${{ matrix.python }}
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
fetch-depth: 0
25
26
27
python-version: "3.x"
28
- uses: pre-commit/[email protected]
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
python-version: ${{ matrix.python-version }}
58
allow-prereleases: true
0 commit comments