From e6aa5b029d8ec0fb8f68b0b033d29ef96a9fee7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:34:18 +0000 Subject: [PATCH] Bump actions/configure-pages from 1 to 5 (#817) Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 1 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v1...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 f46d2f56c..aeee91225 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -284,7 +284,7 @@ jobs: git push origin repo - name: Setup Pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v5 - name: Upload pages artifact uses: actions/upload-pages-artifact@v1