From cee49110d51a35605f6f114321a2588fa8a73485 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:15:21 +0000 Subject: [PATCH] Update actions/deploy-pages action to v4 --- .github/workflows/web-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-publish.yml b/.github/workflows/web-publish.yml index 554f52d5..519b9e47 100644 --- a/.github/workflows/web-publish.yml +++ b/.github/workflows/web-publish.yml @@ -40,4 +40,4 @@ jobs: path: ./LiftLog.Web/bin/Release/net8.0/publish/wwwroot - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4