From 7d482c1b1bf78a3905f74ef0b1bb75f9c64ad8ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:54:25 +0000 Subject: [PATCH] chore(deps): update actions-js/push action to v1.6 --- .github/workflows/update-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index d50a0e86..1781994e 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -80,7 +80,7 @@ jobs: - name: GitHub Commit & Push if: github.event_name != 'pull_request' - uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # v1.5 + uses: actions-js/push@968f4695ca558093eadb24ad83cc5891f47e0cdc # v1.6 with: amend: ${{ steps.dist_branch.outputs.exists == 'true' }} author_email: ${{ secrets.GH_BOT_EMAIL }}