From 7957e2b5f6c856b75fb1f3499321cee79b58f606 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Sun, 6 Mar 2022 23:06:38 -0500 Subject: [PATCH] Update workflow actions to release versions Signed-off-by: Daniel F. Dickinson --- .github/workflows/build-and-verify.yml | 4 ++-- .github/workflows/weekly-external-link-check.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-verify.yml b/.github/workflows/build-and-verify.yml index 225cbac..c32133f 100644 --- a/.github/workflows/build-and-verify.yml +++ b/.github/workflows/build-and-verify.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: "Validate exampleSite HTML" - uses: danielfdickinson/validate-html-action-hugo-dfd@v0.2.0-beta.1 + uses: danielfdickinson/validate-html-action-hugo-dfd@v0.2.1 with: download-site-as: unminified-site-${{ matrix.hugo }} check-links: @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: "Check internal links" - uses: danielfdickinson/link-check-action-hugo-dfd@v0.2.0-beta.1 + uses: danielfdickinson/link-check-action-hugo-dfd@v0.2.3 with: canonical-root: https://example.com/ download-site-as: unminified-site-latest diff --git a/.github/workflows/weekly-external-link-check.yml b/.github/workflows/weekly-external-link-check.yml index b6e9168..f73ce85 100644 --- a/.github/workflows/weekly-external-link-check.yml +++ b/.github/workflows/weekly-external-link-check.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run hugo-action-check-links - uses: danielfdickinson/link-check-action-hugo-dfd@v0.2.0-beta.1 + uses: danielfdickinson/link-check-action-hugo-dfd@v0.2.3 with: canonical-root: https://example.com/ check-external: true