From 5c935ec84db995ed6c7493d0d9b401cd7ef04629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:27:07 -0500 Subject: [PATCH] chore(deps): bump actions/deploy-pages from 3.0.1 to 4.0.0 (#298) Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/13b55b33dd8996121833dbc1db458c793a334630...f33f41b675f0ab2dc5a6863c9a170fe83af3571e) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 06eabeb6..0e3eb271 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@13b55b33dd8996121833dbc1db458c793a334630 # v3.0.1 \ No newline at end of file + uses: actions/deploy-pages@f33f41b675f0ab2dc5a6863c9a170fe83af3571e # v4.0.0 \ No newline at end of file