From 35effcbf237d2d291cc3183d48900ebc81c7c264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 03:58:00 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.8.0 --- .github/workflows/release-erlang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-erlang.yml b/.github/workflows/release-erlang.yml index 282f418..8a01123 100644 --- a/.github/workflows/release-erlang.yml +++ b/.github/workflows/release-erlang.yml @@ -33,7 +33,7 @@ jobs: - name: Deploy erlang-client-apikeys 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/client/master folder: out/erlang-client-apikeys @@ -41,7 +41,7 @@ jobs: - name: Deploy erlang-server-apikeys 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/server/master folder: out/erlang-server-apikeys