From 50955d29ea59486e7118dd42a08ff5c3174b119b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:38:49 +0000 Subject: [PATCH] build(deps): bump actions/deploy-pages from 3.0.0 to 3.0.1 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-help.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-help.yaml b/.github/workflows/deploy-help.yaml index d59d8d178..0591f06be 100644 --- a/.github/workflows/deploy-help.yaml +++ b/.github/workflows/deploy-help.yaml @@ -46,4 +46,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3.0.0 + uses: actions/deploy-pages@v3.0.1