From dbb4b24f2bf2b88bbc31f4e1dd127f7952049a83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:53:26 +0100 Subject: [PATCH] chore(deps): update actions/deploy-pages action to v4 (#800) --- .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 e2a56a59b..b9b0ad182 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -44,7 +44,7 @@ jobs: path: ./build - name: Deploy artifact to GitHub Pages - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4 - name: Invalidate CloudFront cache run: gh workflow run invalidate.yaml --repo apify/apify-docs-private