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

Commit

Permalink
Update action versions used for CI
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 27, 2022
1 parent c964f3e commit 8e9f3d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
hugo: ["0.80.0", "0.88.1", "latest"]
steps:
- name: "Build Site with Hugo and Audit"
uses: danielfdickinson/[email protected].0
uses: danielfdickinson/[email protected].1-beta.1
with:
hugo-version: ${{ matrix.hugo }}
upload-site-as: unminified-site-${{ matrix.hugo }}
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Validate exampleSite HTML"
uses: danielfdickinson/[email protected].1
uses: danielfdickinson/[email protected].2-beta.4
with:
download-site-as: unminified-site-${{ matrix.hugo }}
check-links:
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Check internal links"
uses: danielfdickinson/[email protected].3
uses: danielfdickinson/[email protected].5-beta.2
with:
canonical-root: https://example.com/
download-site-as: unminified-site-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly-external-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Build Site with Hugo and Audit"
uses: danielfdickinson/[email protected].0
uses: danielfdickinson/[email protected].1-beta.1
with:
upload-site-as: unminified-site
use-lfs: false
Expand All @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run hugo-action-check-links
uses: danielfdickinson/[email protected].3
uses: danielfdickinson/[email protected].5-beta.2
with:
canonical-root: https://example.com/
check-external: true
Expand Down

0 comments on commit 8e9f3d8

Please sign in to comment.