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 185cd13 + 1f25b42 commit 4f334a5Copy full SHA for 4f334a5
.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@v5.0.0
+ uses: actions/checkout@v6.0.0
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/test_pages_build.yaml
fetch-depth: 0
0 commit comments