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 ae8867f commit 60530cdCopy full SHA for 60530cd
.github/workflows/cd.yml
@@ -23,7 +23,7 @@ jobs:
23
permissions:
24
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
with:
28
fetch-depth: 0
29
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
name: pre-commit
runs-on: ubuntu-latest
30
31
32
33
- uses: actions/setup-python@v5
@@ -50,7 +50,7 @@ jobs:
50
python-version: ["3.12", "3.13"]
51
52
53
54
55
56
0 commit comments