Update JamesIves/github-pages-deploy-action action to v4.6.8

This commit is contained in:
renovate[bot] 2024-10-01 14:47:52 +00:00 committed by GitHub
parent 54f56db117
commit 582e2db72d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,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.6.8
with:
branch: release/erlang/wallet-client/v0
folder: out/erlang-client-wallet
@ -56,7 +56,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.6.8
with:
branch: release/erlang/wallet-server/v0
folder: out/erlang-server-wallet
@ -66,7 +66,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.6.8
with:
branch: release/erlang/payres-client/v0
folder: out/erlang-client-payres
@ -74,7 +74,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.6.8
with:
branch: release/erlang/payres-server/v0
folder: out/erlang-server-payres

View File

@ -22,7 +22,7 @@ jobs:
- name: Bundle specification
run: npm run build -- ../public
- name: Deploy to release branch
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
branch: release/v0
folder: ../public/api