Skip to content

Commit

Permalink
Dependabot: Bump JamesIves/github-pages-deploy-action (#419)
Browse files Browse the repository at this point in the history
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2022
1 parent f85082f commit 0303306
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bef-build-release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: .github/bef-create-update-site.sh

- name: Deploy Update Site 🚀
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: bef-staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bef-build-test-rc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: .github/bef-create-update-site-rc.sh

- name: Deploy Update Site 🚀
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: bef-rc-staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bjls-build-release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: .github/bjls-create-update-site.sh

- name: Deploy Update Site 🚀
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: bjls-staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bjls-build-test-rc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: .github/bjls-create-update-site-rc.sh

- name: Deploy Update Site 🚀
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: bjls-rc-staging
Expand Down

0 comments on commit 0303306

Please sign in to comment.