From e8206b30fc672cdb9a94569fbb36c9e532073e41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:42:36 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.0 --- .github/workflows/latexmk.yml | 2 +- .github/workflows/random-forest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latexmk.yml b/.github/workflows/latexmk.yml index 0ad977b..09942df 100644 --- a/.github/workflows/latexmk.yml +++ b/.github/workflows/latexmk.yml @@ -40,7 +40,7 @@ jobs: - run: | mkdir gh-pages cp paper/paper.pdf gh-pages - - uses: JamesIves/github-pages-deploy-action@v4.6.1 + - uses: JamesIves/github-pages-deploy-action@v4.7.0 with: branch: gh-pages folder: gh-pages diff --git a/.github/workflows/random-forest.yml b/.github/workflows/random-forest.yml index 5f1f581..2e7dc91 100644 --- a/.github/workflows/random-forest.yml +++ b/.github/workflows/random-forest.yml @@ -45,7 +45,7 @@ jobs: mkdir random-forest cp rf-classifier.joblib random-forest cp rf-vec.joblib random-forest - - uses: JamesIves/github-pages-deploy-action@v4.6.1 + - uses: JamesIves/github-pages-deploy-action@v4.7.0 with: branch: random-forest folder: model/random-forest