Skip to content

Commit

Permalink
migrate to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac authored Nov 21, 2023
1 parent fd76858 commit 732ce6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Check broken Paths
id: check-broken-paths
uses: john0isaac/action-check-markdown@v0.0.1-beta
uses: john0isaac/action-check-markdown@v1.0.0
with:
command: check-broken-paths
directory: ./
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run Check paths tracking
id: check-paths-tracking
uses: john0isaac/action-check-markdown@v0.0.1-beta
uses: john0isaac/action-check-markdown@v1.0.0
with:
command: check-paths-tracking
directory: ./
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run Check URLs tracking
id: check-urls-tracking
uses: john0isaac/action-check-markdown@v0.0.1-beta
uses: john0isaac/action-check-markdown@v1.0.0
with:
command: check-urls-tracking
directory: ./
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run Check URLs Country Locale
id: check-urls-locale
uses: john0isaac/action-check-markdown@v0.0.1-beta
uses: john0isaac/action-check-markdown@v1.0.0
with:
command: check-urls-locale
directory: ./
Expand Down

0 comments on commit 732ce6d

Please sign in to comment.