From a3e51976fc5f9f04bd4b9dbe1bd3421726fdd095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:22:50 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.5.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..1deb5ef 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.5.0 with: branch: gh-pages folder: target/site