Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Update workflow actions to release versions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel F. Dickinson <[email protected]>
  • Loading branch information
danielfdickinson committed Mar 7, 2022
1 parent 79139f9 commit 7957e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Validate exampleSite HTML"
uses: danielfdickinson/[email protected].0-beta.1
uses: danielfdickinson/[email protected]
with:
download-site-as: unminified-site-${{ matrix.hugo }}
check-links:
Expand All @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Check internal links"
uses: danielfdickinson/[email protected].0-beta.1
uses: danielfdickinson/[email protected].3
with:
canonical-root: https://example.com/
download-site-as: unminified-site-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-external-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run hugo-action-check-links
uses: danielfdickinson/[email protected].0-beta.1
uses: danielfdickinson/[email protected].3
with:
canonical-root: https://example.com/
check-external: true
Expand Down

0 comments on commit 7957e2b

Please sign in to comment.