From 70a2d31945da76941d4fa3355315f42fb05a999f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 20:44:22 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.1 --- .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..5de8abe 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.1 with: branch: gh-pages folder: report