CI: Bump JamesIves/github-pages-deploy-action from 4.1.1 to 4.4.1

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.1 to 4.4.1.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/4.1.1...v4.4.1)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 02:57:35 +00:00 committed by Brian Gianforcaro
parent 6b849fc8b1
commit f0a99634dd
Notes: sideshowbarker 2024-07-16 23:52:10 +09:00
2 changed files with 2 additions and 2 deletions

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@4.1.1
uses: JamesIves/github-pages-deploy-action@v4.4.1
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@4.1.1
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
git-config-name: BuggieBot
git-config-email: buggiebot@serenityos.org