We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be69f39 + 5b58ae7 commit 194c406Copy full SHA for 194c406
1 file changed
.github/workflows/generateDocs.yml
@@ -21,7 +21,7 @@ jobs:
21
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
with:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
0 commit comments