From 8cefe5c07f3e5005859b86eca003735955d1512b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:21:27 +0100 Subject: [PATCH] chore(deps): update actions/configure-pages action to v4 (#264) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index aa78e6bd25..a53735ddd6 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -53,7 +53,7 @@ jobs: commit_author: Apify Bot - name: Set up GitHub Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v2