From d76e4797294b4491b6858fbc2e68177042646ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:13:49 +0000 Subject: [PATCH] chore(deps): bump actions/deploy-pages from 2.0.2 to 4.0.3 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2.0.2 to 4.0.3. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v2.0.2...v4.0.3) --- 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 161b321f..198368ed 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.3