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 e9c429f + 9047046 commit 1ab9c18Copy full SHA for 1ab9c18
.github/workflows/deploy-docs.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
# https://github.com/actions/checkout
22
- name: Checkout
23
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v6
24
with:
25
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
26
.github/workflows/main.yaml
@@ -26,7 +26,7 @@ jobs:
27
28
- name: Check out repository
29
30
31
persist-credentials: false
32
.github/workflows/pypi-publish.yaml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
id-token: write
15
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
- name: Install uv
19
uses: astral-sh/setup-uv@v6
0 commit comments