From b175290aa075567d63eef1ac18194258a80b9323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:58:00 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.4 --- .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..a9f707b 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.6.4 with: branch: gh-pages folder: gh-pages diff --git a/.github/workflows/random-forest.yml b/.github/workflows/random-forest.yml index 5f1f581..14004e6 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.6.4 with: branch: random-forest folder: model/random-forest