diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index 87eb640846e..ae665237079 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@4.1.1 + uses: JamesIves/github-pages-deploy-action@v4.4.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 2723a0bf0f8..a054a40bede 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@4.1.1 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: git-config-name: BuggieBot git-config-email: buggiebot@serenityos.org