From f5adc759678674cd26c0a1e1f26f21817d588247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:58:33 -0500 Subject: [PATCH] build(deps): bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1 (#7199) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/false-positive-approvals.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/false-positive-approvals.yml b/.github/workflows/false-positive-approvals.yml index eadf7bbff55..9b03a0bdfe8 100644 --- a/.github/workflows/false-positive-approvals.yml +++ b/.github/workflows/false-positive-approvals.yml @@ -151,7 +151,7 @@ jobs: } - name: Publish Updated Suppressions if: ${{ steps.fp-ops-commit.outputs.publish == 'true' }} - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages folder: suppressions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b3a31e10f1..06ec78bc339 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -255,7 +255,7 @@ jobs: run: ls -R working-directory: target - name: Deploy gh-pages - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages folder: target/staging