From 3f4dd1a0bc84e6bf161925580c2cfba9ca3d4eb8 Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:33:17 -0700 Subject: [PATCH] chore: Backport #4434 to `web` (#4442) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-web.yaml b/.github/workflows/publish-web.yaml index 41caef457422..0d512d69be24 100644 --- a/.github/workflows/publish-web.yaml +++ b/.github/workflows/publish-web.yaml @@ -42,4 +42,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3.0.1 + uses: actions/deploy-pages@v4.0.5