From 4a66e7189bfff7f408609b34bda3b3253e60aaa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:19:54 +0000 Subject: [PATCH] Bump actions/configure-pages from 3 to 4 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docbuild.yml b/.github/workflows/docbuild.yml index 0da220a..62e6711 100644 --- a/.github/workflows/docbuild.yml +++ b/.github/workflows/docbuild.yml @@ -24,7 +24,7 @@ jobs: make -C docs html - name: Setup Pages if: github.ref_name == 'main' - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Upload Pages artifact if: github.ref_name == 'main' uses: actions/upload-pages-artifact@v1