Skip to content

Commit

Permalink
Update createIndexesfromMarkdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Dec 20, 2022
1 parent 03d3695 commit a9af3ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/createIndexesfromMarkdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.0.4.0
# 1.0.5.0
# created: 05 Feb 2022
# updated: 01 Oct 2022
# updated: 05 Oct 2022
# update checkout to v3.0.2
# Create Indexes from Markdown
# https://github.com/DaanV2/Markdown-Action-Create-Indexes
Expand All @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@latest
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@main
# - uses: DaanV2/Markdown-Action-Create-Indexes@latest
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.7.0
- uses: DaanV2/Markdown-Action-Create-Indexes@main
with:
folder: ${{github.workspace}}/docs/

Expand Down

0 comments on commit a9af3ab

Please sign in to comment.