diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index 9f36e7195d5990..1b06be0544c434 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.9 + uses: JamesIves/github-pages-deploy-action@v4.7.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 4b9058d9b60d46..b575a0037dc845 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -97,7 +97,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.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 if: github.ref == 'refs/heads/master' with: git-config-name: BuggieBot