diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index 81e06fdf855..206d925a99a 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -139,7 +139,7 @@ jobs: run: ./libjs-test262/per_file_result_diff.py -o old-libjs-data/wasm/per-file-master.json -n libjs-data/wasm/per-file-master.json - name: Deploy to GitHub - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: git-config-name: BuggieBot git-config-email: buggiebot@serenityos.org diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index 680ee47dca7..bef457ae39e 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.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: git-config-name: BuggieBot git-config-email: buggiebot@serenityos.org diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 5100326a431..b4c5b8d8505 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -93,7 +93,7 @@ jobs: tar --exclude='.[^/]*' -czvf libjs-wasm.tar.gz -C ${{ github.workspace }}/libjs-data . - name: Deploy to GitHub - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 if: github.ref == 'refs/heads/master' with: git-config-name: BuggieBot