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.
2 parents 5e71de3 + 5c876fc commit 978bc96Copy full SHA for 978bc96
.github/workflows/lint.yaml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
15
- name: Set up Python
16
uses: actions/setup-python@v6
.github/workflows/pypi.yaml
@@ -17,7 +17,7 @@ jobs:
17
permissions:
18
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
19
20
21
22
23
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
contents: write
- name: Checkout code
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0
0 commit comments