From 03033064b81326e80379b5e2e721c0a3e702fe00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 10:47:51 -0600 Subject: [PATCH] Dependabot: Bump JamesIves/github-pages-deploy-action (#419) Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.0 to 4.3.3. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.3.0...v4.3.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bef-build-release-deploy.yml | 2 +- .github/workflows/bef-build-test-rc-deploy.yml | 2 +- .github/workflows/bjls-build-release-deploy.yml | 2 +- .github/workflows/bjls-build-test-rc-deploy.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bef-build-release-deploy.yml b/.github/workflows/bef-build-release-deploy.yml index aefb0182..50f663a4 100644 --- a/.github/workflows/bef-build-release-deploy.yml +++ b/.github/workflows/bef-build-release-deploy.yml @@ -43,7 +43,7 @@ jobs: run: .github/bef-create-update-site.sh - name: Deploy Update Site 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.0 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages folder: bef-staging diff --git a/.github/workflows/bef-build-test-rc-deploy.yml b/.github/workflows/bef-build-test-rc-deploy.yml index 557d00b4..4fc35d0c 100644 --- a/.github/workflows/bef-build-test-rc-deploy.yml +++ b/.github/workflows/bef-build-test-rc-deploy.yml @@ -43,7 +43,7 @@ jobs: run: .github/bef-create-update-site-rc.sh - name: Deploy Update Site 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.0 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages folder: bef-rc-staging diff --git a/.github/workflows/bjls-build-release-deploy.yml b/.github/workflows/bjls-build-release-deploy.yml index 1f7ba1a0..64b2e326 100644 --- a/.github/workflows/bjls-build-release-deploy.yml +++ b/.github/workflows/bjls-build-release-deploy.yml @@ -43,7 +43,7 @@ jobs: run: .github/bjls-create-update-site.sh - name: Deploy Update Site 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.0 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages folder: bjls-staging diff --git a/.github/workflows/bjls-build-test-rc-deploy.yml b/.github/workflows/bjls-build-test-rc-deploy.yml index 8d8b5ede..898dab30 100644 --- a/.github/workflows/bjls-build-test-rc-deploy.yml +++ b/.github/workflows/bjls-build-test-rc-deploy.yml @@ -43,7 +43,7 @@ jobs: run: .github/bjls-create-update-site-rc.sh - name: Deploy Update Site 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.0 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages folder: bjls-rc-staging