From 5be8a3c8695ebfd8883e7d601ff0fe3445191827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:46:12 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- {{cookiecutter.project_slug}}/.github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.github/workflows/gh-pages.yml b/{{cookiecutter.project_slug}}/.github/workflows/gh-pages.yml index a209be44e..2b59f633a 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/gh-pages.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/gh-pages.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Install poetry run: pipx install poetry