From dd002a86d8a7d1bfc826ae8a7b2c2560b2f69e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 18:02:20 +0000 Subject: [PATCH] refactor: bump actions/deploy-pages from 4 to 5 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-manual-docs.yml | 2 +- .github/workflows/release-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-manual-docs.yml b/.github/workflows/release-manual-docs.yml index 208fdf96..3c86ef34 100644 --- a/.github/workflows/release-manual-docs.yml +++ b/.github/workflows/release-manual-docs.yml @@ -51,4 +51,4 @@ jobs: path: ./.api_docs/${{ env.package }}/ - name: Deploy to GitHub Pages id: deploy - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 7b4d6f44..0496bd9f 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -102,7 +102,7 @@ jobs: path: ./.api_docs/dart/ - name: Deploy to GitHub Pages id: deploy - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 docs-publish-flutter: if: startsWith(github.ref_name, 'flutter-') @@ -142,4 +142,4 @@ jobs: path: ./.api_docs/flutter/ - name: Deploy to GitHub Pages id: deploy - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5