From 5d10b3aad2a561c3bfb06ce4678a10f8f3952feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:45:04 +0000 Subject: [PATCH] chore(deps): bump actions/deploy-pages from 2.0.2 to 4.0.4 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2.0.2 to 4.0.4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v2.0.2...v4.0.4) --- 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 a1109053..597ec037 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.4