From 3ce968d78514796e5cd2022f71e43a8d44a49664 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 02:01:48 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.6 --- .github/workflows/build-and-publish-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-web.yml b/.github/workflows/build-and-publish-web.yml index 1e528e2..b94fb3d 100644 --- a/.github/workflows/build-and-publish-web.yml +++ b/.github/workflows/build-and-publish-web.yml @@ -28,7 +28,7 @@ jobs: # If main branch update, deploy to gh-pages - name: Deploy if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: composeApp/build/dist/wasmJs/productionExecutable # The folder the action should deploy.