From 73422c07fc843f83a037ba7f4261df1b12f6975f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:26:09 +0000 Subject: [PATCH] chore(deps): update actions/deploy-pages action to v4 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index cb6c6f29..2d92630f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -44,4 +44,4 @@ jobs: path: './website/build' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4