From cf0721537e61c1ddee6949e950254bc144e5312e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:42:49 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.8.0 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 182b609..f4ae5ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: java-version: 8 - name: Generate site run: sbt makeSite - - uses: JamesIves/github-pages-deploy-action@v4.4.0 + - uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: target/site