From 25b33c8970986a2f43a93dcb7e0a635380d14f1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 21:23:51 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.8.0 --- .github/workflows/release-erlang.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-erlang.yml b/.github/workflows/release-erlang.yml index 3ea12d79..d0c6bf11 100644 --- a/.github/workflows/release-erlang.yml +++ b/.github/workflows/release-erlang.yml @@ -59,7 +59,7 @@ jobs: - name: Deploy erlang-client-wallet artifact to release branch if: ${{ github.event_name == 'push' }} - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: >- release/erlang/wallet-client/${{ steps.vars.outputs.release_suffix }} @@ -68,7 +68,7 @@ jobs: - name: Deploy erlang-server-wallet artifact to release branch if: ${{ github.event_name == 'push' }} - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: >- release/erlang/wallet-server/${{ steps.vars.outputs.release_suffix }} @@ -77,7 +77,7 @@ jobs: - name: Deploy erlang-client-payres artifact to release branch if: ${{ github.event_name == 'push' }} - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: >- release/erlang/payres-client/${{ steps.vars.outputs.release_suffix }} @@ -86,7 +86,7 @@ jobs: - name: Deploy erlang-server-payres artifact to release branch if: ${{ github.event_name == 'push' }} - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: >- release/erlang/payres-server/${{ steps.vars.outputs.release_suffix }}