From 690f10c86e313d0769a290ecd489e29491966764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:16:37 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 (#236) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 933d6b2c..98d6f59e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -165,7 +165,7 @@ jobs: - name: "Deploy" if: contains(github.ref, 'refs/heads/main') - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages