From 5ea035eed974906fb5c176bc5b8f9218ef297a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 05:47:16 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.6 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1375288..589bf62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -126,7 +126,7 @@ jobs: run: | mkdir report cp results/report/report.pdf report - - uses: JamesIves/github-pages-deploy-action@4.1.4 + - uses: JamesIves/github-pages-deploy-action@v4.6.6 with: branch: gh-pages folder: report