From a29edfaabfa9708ca060dc9972a2c8d7e22154b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 22:37:19 +0000 Subject: [PATCH] chore(deps): bump actions/deploy-pages from 4.0.0 to 4.0.2 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/f33f41b675f0ab2dc5a6863c9a170fe83af3571e...7a9bd943aa5e5175aeb8502edcc6c1c02d398e10) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 f09380c6..cacc1965 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -52,4 +52,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@7a9bd943aa5e5175aeb8502edcc6c1c02d398e10 # v4.0.2 \ No newline at end of file