From 53fb24a6f8d0ca113f293475b5cc081515be006a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:19:00 +0000 Subject: [PATCH] Bump actions/configure-pages from 4 to 5 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f6d7a6872..d1129925a 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -38,7 +38,7 @@ jobs: - name: Get GitHub Pages URL id: pages if: github.event.action != 'closed' - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Replace base URL if: github.event.action != 'closed' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 327331632..b5477d75b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Get GitHub Pages URL id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Replace base URL run: |