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 148af30 + 5b62f4b commit 1ca1ec7Copy full SHA for 1ca1ec7
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
username: ${{ github.actor }}
30
password: ${{ secrets.GITHUB_TOKEN }}
31
32
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
33
with:
34
fetch-depth: 0
35
.github/workflows/update_markdown_toc.yml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
GITHUB_MARKDOWN_TOC_VERSION: 0.10.0 # See https://github.com/ekalinin/github-markdown-toc/releases
19
steps:
20
21
- run: |
22
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/${GITHUB_MARKDOWN_TOC_VERSION}/gh-md-toc -o gh-md-toc
23
chmod a+x gh-md-toc
0 commit comments