From c7e66226b7781c2c829eec40992b5bcea5bdba63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 01:40:17 +0000 Subject: [PATCH] chore(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/77d7344265e1f960dab5c00dbff52287a70b0d4f...13b55b33dd8996121833dbc1db458c793a334630) --- 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 d4087e46..6e9ba6cd 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@77d7344265e1f960dab5c00dbff52287a70b0d4f # v3.0.0 \ No newline at end of file + uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3.0.1 \ No newline at end of file