From c241325b1f975e3ed127d9d4472e5f19cb68232f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 11:05:33 +0000 Subject: [PATCH] CI: Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/libjs-test262.yml | 2 +- .github/workflows/manpages.yml | 2 +- .github/workflows/wasm.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index 2569a21fe5..deaf134d4a 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -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.1 + uses: JamesIves/github-pages-deploy-action@v4.4.2 with: git-config-name: BuggieBot git-config-email: buggiebot@serenityos.org diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index ae66523707..948e4f1baf 100644 --- a/.github/workflows/manpages.yml +++ b/.github/workflows/manpages.yml @@ -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.1 + uses: JamesIves/github-pages-deploy-action@v4.4.2 with: git-config-name: BuggieBot git-config-email: buggiebot@serenityos.org diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index f4e1b11bb0..e5bce318d4 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -96,7 +96,7 @@ jobs: - name: "Deploy to GitHub Pages" if: github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.2 with: git-config-name: BuggieBot git-config-email: buggiebot@serenityos.org