From 8176e26d0f9a867ee074f43421da3117ae77af7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 20:37:58 +0000 Subject: [PATCH] chore(deps): bump actions/deploy-pages from 4.0.0 to 4.0.1 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/f33f41b675f0ab2dc5a6863c9a170fe83af3571e...d8af841ac341d06640cbe393899ae55e59e77c00) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 0e3eb271..46fde4b5 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -51,4 +51,4 @@ jobs: path: target/site - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@f33f41b675f0ab2dc5a6863c9a170fe83af3571e # v4.0.0 \ No newline at end of file + uses: actions/deploy-pages@d8af841ac341d06640cbe393899ae55e59e77c00 # v4.0.1 \ No newline at end of file