From 43b2f5816bc4cc6d5ba4e5829953aebb37f8cd3d Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Sat, 12 Feb 2022 19:29:58 -0500 Subject: [PATCH] Update version of actions used in workflows Signed-off-by: Daniel F. Dickinson --- .github/workflows/build-and-verify.yml | 2 +- .github/workflows/weekly-external-link-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-verify.yml b/.github/workflows/build-and-verify.yml index d40b57e..60c2380 100644 --- a/.github/workflows/build-and-verify.yml +++ b/.github/workflows/build-and-verify.yml @@ -26,7 +26,7 @@ jobs: hugo: ["0.80.0", "0.88.1", "latest"] steps: - name: "Build Site with Hugo and Audit" - uses: danielfdickinson/build-audit-action-hugo-dfd@v0.1.1 + uses: danielfdickinson/build-audit-action-hugo-dfd@v0.1.4 with: hugo-version: ${{ matrix.hugo }} upload-site-as: unminified-site-${{ matrix.hugo }} diff --git a/.github/workflows/weekly-external-link-check.yml b/.github/workflows/weekly-external-link-check.yml index 420f97e..bd61aba 100644 --- a/.github/workflows/weekly-external-link-check.yml +++ b/.github/workflows/weekly-external-link-check.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: "Build Site with Hugo and Audit" - uses: danielfdickinson/build-audit-action-hugo-dfd@v0.1.1 + uses: danielfdickinson/build-audit-action-hugo-dfd@v0.1.4 with: upload-site-as: unminified-site use-lfs: false