From b23c0c1a1cf5744023d66e6711713b3c02acbd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:26:59 +0900 Subject: [PATCH] chore(deps): bump nathanvaughn/actions-cloudflare-purge (#814) Bumps [nathanvaughn/actions-cloudflare-purge](https://github.com/nathanvaughn/actions-cloudflare-purge) from f70c63827b539cf48eb3a29fdaa7547eca4dede4 to 3ae45672b053b6e981788270206025fb3358d502. - [Release notes](https://github.com/nathanvaughn/actions-cloudflare-purge/releases) - [Commits](https://github.com/nathanvaughn/actions-cloudflare-purge/compare/f70c63827b539cf48eb3a29fdaa7547eca4dede4...3ae45672b053b6e981788270206025fb3358d502) --- updated-dependencies: - dependency-name: nathanvaughn/actions-cloudflare-purge dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 3b632bce..bd6b13da 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -122,7 +122,7 @@ jobs: workingDirectory: docs-site~ - name: Purge cache - uses: nathanvaughn/actions-cloudflare-purge@f70c63827b539cf48eb3a29fdaa7547eca4dede4 + uses: nathanvaughn/actions-cloudflare-purge@3ae45672b053b6e981788270206025fb3358d502 continue-on-error: true with: cf_zone: ${{ secrets.CF_ZONE_ID }}