From c25ce9ccb471a2cb9e4ef41f782b49273d456cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:11:05 +0000 Subject: [PATCH] Bump actions/deploy-pages from 3.0.1 to 4.0.5 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3.0.1 to 4.0.5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v3.0.1...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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46db306..4349aeb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/upload-pages-artifact@v3.0.1 with: path: "docs/_site" - - uses: actions/deploy-pages@v3.0.1 + - uses: actions/deploy-pages@v4.0.5 github-package-registry: runs-on: ubuntu-22.04 if: ${{ github.ref == 'refs/heads/master' }}