CI: Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.2...v4.4.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>
This commit is contained in:
dependabot[bot] 2023-07-17 01:15:37 +00:00 committed by Jelle Raaijmakers
parent ae845835d6
commit e5a6c268ca
3 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@ jobs:
mv wasm-new-results.json ../../libjs-website/wasm/data/results.json
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
git-config-name: BuggieBot
git-config-email: buggiebot@serenityos.org

View file

@ -18,7 +18,7 @@ jobs:
- name: Actually build website
run: ./Meta/build-manpages-website.sh
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
git-config-name: BuggieBot
git-config-email: buggiebot@serenityos.org

View file

@ -96,7 +96,7 @@ jobs:
- name: "Deploy to GitHub Pages"
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
git-config-name: BuggieBot
git-config-email: buggiebot@serenityos.org