From c32c45b5f59284e54dff27efe4d7ba6fac3feb71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:17:32 +0000 Subject: [PATCH] ci(deps): bump actions/deploy-pages from 1 to 4 (#2703) * ci(deps): bump actions/deploy-pages from 1 to 4 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v1...v4) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * build: update dependency changeset --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/fuzzy-fans-allow.md | 4 ++++ .github/workflows/release.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/fuzzy-fans-allow.md diff --git a/.changeset/fuzzy-fans-allow.md b/.changeset/fuzzy-fans-allow.md new file mode 100644 index 0000000000..5fd7a40d70 --- /dev/null +++ b/.changeset/fuzzy-fans-allow.md @@ -0,0 +1,4 @@ +--- +--- + +ci(deps): bump actions/deploy-pages from 1 to 4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b471eed45d..f002871404 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -138,7 +138,7 @@ jobs: - name: Deploy Docs if: env.SHOULD_DEPLOY_DOCS == 'true' id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 - name: Checkout API Docs if: env.SHOULD_DEPLOY_DOCS == 'true'