From 5949c2a05940f9d5d7350b46cea0509a011d2104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:32:56 +0000 Subject: [PATCH] chore(deps): bump actions/deploy-pages from 2.0.2 to 4.0.5 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2.0.2 to 4.0.5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v2.0.2...v4.0.5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 871211bb..069737e0 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -53,4 +53,4 @@ jobs: steps: - name: Deploy GitHub Pages site id: deployment - uses: actions/deploy-pages@v2.0.2 + uses: actions/deploy-pages@v4.0.5