From e5a6c268ca816a321bcb0cade087751c2d8e116e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 01:15:37 +0000 Subject: [PATCH] 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] --- .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 b4f5210b2e..591ca05a9a 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.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: git-config-name: BuggieBot git-config-email: buggiebot@serenityos.org diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index 948e4f1baf..8c9ed88c5b 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.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: git-config-name: BuggieBot git-config-email: buggiebot@serenityos.org diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index ace491d587..1eb664484d 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.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: git-config-name: BuggieBot git-config-email: buggiebot@serenityos.org