From a32f35cbbbbb687c0675c99cb31320064b9c57a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 06:51:44 +0000 Subject: [PATCH] Bump untitaker/hyperlink from 0.1.15 to 0.1.30 Bumps [untitaker/hyperlink](https://github.com/untitaker/hyperlink) from 0.1.15 to 0.1.30. - [Release notes](https://github.com/untitaker/hyperlink/releases) - [Commits](https://github.com/untitaker/hyperlink/compare/0.1.15...0.1.30) --- updated-dependencies: - dependency-name: untitaker/hyperlink dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/website-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index d62763ac31..d5e4e47c81 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -62,7 +62,7 @@ jobs: cd "${OSCAL_WEBSITE_PATH}" hugo -v --debug --minify - name: Check internal links - uses: untitaker/hyperlink@0.1.15 + uses: untitaker/hyperlink@0.1.30 with: args: ${{ env.OSCAL_WEBSITE_PATH }}/public/ --sources ${{ env.OSCAL_WEBSITE_PATH }}/content --check-anchors - uses: actions/upload-artifact@v2