From 0870967babb5a7411afe8e14f5f404e13f32fef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:05:21 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.7 --- .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..5fb9a96 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.7 with: branch: gh-pages folder: report