From 3b1003df30cb4b48402e8e776803221046a6434b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:09:05 +0200 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 (#3479) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yamil Medina --- .github/workflows/deploy-adr-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-adr-docs.yml b/.github/workflows/deploy-adr-docs.yml index bf0a14b222a..c854eda6b69 100644 --- a/.github/workflows/deploy-adr-docs.yml +++ b/.github/workflows/deploy-adr-docs.yml @@ -33,7 +33,7 @@ jobs: - name: Deploy docs 🚀 if: github.event_name == 'push' && github.ref_name == 'develop' - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages clean: false