diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32e67c3b..be687291 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: # Workflow dispatch event that pushes the current version to the release branch. # From here the secondary production deployment workflow will trigger to build the dependencies. - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: releases/v4 folder: . diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ce698619..434be135 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v3 - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: git-config-name: Montezuma git-config-email: montezuma@jamesiv.es @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v3 - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages @@ -76,7 +76,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages folder: integration @@ -108,7 +108,7 @@ jobs: apt-get update && apt-get install -y rsync - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages folder: integration @@ -132,7 +132,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages @@ -162,7 +162,7 @@ jobs: ssh-private-key: ${{ secrets.DEPLOY_KEY }} - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: ssh-key: true branch: gh-pages @@ -191,7 +191,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages @@ -200,7 +200,7 @@ jobs: silent: true - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages @@ -233,7 +233,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages @@ -252,7 +252,7 @@ jobs: persist-credentials: false - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: token: ${{ secrets.ACCESS_TOKEN }} branch: integration-test-delete-prod @@ -261,7 +261,7 @@ jobs: silent: true - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: token: ${{ secrets.ACCESS_TOKEN }} branch: integration-test-delete-prod @@ -289,7 +289,7 @@ jobs: run: echo $RANDOM > integration/1 - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: git-config-name: Montezuma git-config-email: montezuma@jamesiv.es @@ -311,7 +311,7 @@ jobs: run: echo $RANDOM > integration/2 - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: git-config-name: Montezuma git-config-email: montezuma@jamesiv.es diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 1e3ad244..6fb1831e 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -29,7 +29,7 @@ jobs: marker: 'premium' - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.3.2 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: dev folder: '.'