From a143b1edf75ed1cc0b3db8f70e78ee3b9374d472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:37:12 +0900 Subject: [PATCH] chore(deps): bump nathanvaughn/actions-cloudflare-purge (#564) Bumps [nathanvaughn/actions-cloudflare-purge](https://github.com/nathanvaughn/actions-cloudflare-purge) from 740447a7f5131ecc49a89a0f9382ea27b001196c to 752b6dc9a31b2392c40f7ee9c0556a412383aa5e. - [Release notes](https://github.com/nathanvaughn/actions-cloudflare-purge/releases) - [Commits](https://github.com/nathanvaughn/actions-cloudflare-purge/compare/740447a7f5131ecc49a89a0f9382ea27b001196c...752b6dc9a31b2392c40f7ee9c0556a412383aa5e) --- 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 3d4eed47..15ee798c 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@740447a7f5131ecc49a89a0f9382ea27b001196c + uses: nathanvaughn/actions-cloudflare-purge@752b6dc9a31b2392c40f7ee9c0556a412383aa5e continue-on-error: true with: cf_zone: ${{ secrets.CF_ZONE_ID }}