Skip to content

Commit 0303306

Browse files
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](JamesIves/github-pages-deploy-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f85082f commit 0303306

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/bef-build-release-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: .github/bef-create-update-site.sh
4444

4545
- name: Deploy Update Site 🚀
46-
uses: JamesIves/github-pages-deploy-action@v4.3.0
46+
uses: JamesIves/github-pages-deploy-action@v4.3.3
4747
with:
4848
branch: gh-pages
4949
folder: bef-staging

.github/workflows/bef-build-test-rc-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: .github/bef-create-update-site-rc.sh
4444

4545
- name: Deploy Update Site 🚀
46-
uses: JamesIves/github-pages-deploy-action@v4.3.0
46+
uses: JamesIves/github-pages-deploy-action@v4.3.3
4747
with:
4848
branch: gh-pages
4949
folder: bef-rc-staging

.github/workflows/bjls-build-release-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: .github/bjls-create-update-site.sh
4444

4545
- name: Deploy Update Site 🚀
46-
uses: JamesIves/github-pages-deploy-action@v4.3.0
46+
uses: JamesIves/github-pages-deploy-action@v4.3.3
4747
with:
4848
branch: gh-pages
4949
folder: bjls-staging

.github/workflows/bjls-build-test-rc-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: .github/bjls-create-update-site-rc.sh
4444

4545
- name: Deploy Update Site 🚀
46-
uses: JamesIves/github-pages-deploy-action@v4.3.0
46+
uses: JamesIves/github-pages-deploy-action@v4.3.3
4747
with:
4848
branch: gh-pages
4949
folder: bjls-rc-staging

0 commit comments

Comments
 (0)