From 54ce5135d5ade6162984deefaf3e4020ecded026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:54:02 +0000 Subject: [PATCH] chore(deps): bump anishathalye/proof-html from 2.1.2 to 2.1.3 Bumps [anishathalye/proof-html](https://github.com/anishathalye/proof-html) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/anishathalye/proof-html/releases) - [Commits](https://github.com/anishathalye/proof-html/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: anishathalye/proof-html dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/html-proof.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/html-proof.yaml b/.github/workflows/html-proof.yaml index b711df9..44e6067 100644 --- a/.github/workflows/html-proof.yaml +++ b/.github/workflows/html-proof.yaml @@ -35,7 +35,7 @@ jobs: run: hugo --minify # Run HTML Proofer - - uses: anishathalye/proof-html@v2.1.2 + - uses: anishathalye/proof-html@v2.1.3 with: directory: ./public enforce_https: false