From fa34321d0adcc5d34119be8d370db245694733e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:36:50 +0000 Subject: [PATCH] build(deps): bump actions/deploy-pages from 2 to 3 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d04c2257..5032c325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,4 +265,4 @@ jobs: # Deploys the documentation to GitHub Pages using the artifact (stored # but not committed changes for Actions) saved earlier. - name: Deploy documentation to GitHub Pages - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3