From 794988205eb4b373b9b5972d7703b72dfca788ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:38:09 +0000 Subject: [PATCH] build(deps): bump the deps group with 1 update Bumps the deps group with 1 update: [actions/configure-pages](https://github.com/actions/configure-pages). Updates `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 dependency-group: deps ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e83ceea..0207a16 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: - name: Setup GitHub Pages if: github.event_name == 'push' - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload Pages artifact if: github.event_name == 'push'