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 6b5e064 commit 918d2b8Copy full SHA for 918d2b8
.github/workflows/ci-cd-mkdocs.yml
@@ -19,7 +19,7 @@
19
name: Build doc
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- name: Install Python
24
uses: actions/setup-python@v5
25
with:
.github/workflows/ci-cd.yml
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Python version
@@ -52,7 +52,7 @@
52
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
53
54
55
56
57
58
0 commit comments