From 4fe79f4282bd28ae0932bd677bd3b3d36c6b7d4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:22:52 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.6 --- .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..2ed1940 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.6.6 with: branch: gh-pages folder: target/site