From cf5c0fafda2a2077361fc8a7749bfa3059eca8ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:14:30 +0000 Subject: [PATCH] Update actions/configure-pages action to v5 --- .github/workflows/create-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-repo.yml b/.github/workflows/create-repo.yml index 9c251ff..bfbf1fa 100644 --- a/.github/workflows/create-repo.yml +++ b/.github/workflows/create-repo.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Install requirements run: |