From 1aa6c032024ef7ec21ac78896d5e6f824dd07160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:54:27 -0700 Subject: [PATCH] chore(deps): bump nathanvaughn/actions-cloudflare-purge (#1080) Bumps [nathanvaughn/actions-cloudflare-purge](https://github.com/nathanvaughn/actions-cloudflare-purge) from 367672c723960cd03bb7d8c2c4d89062a3fc1fac to aa1121a867565ea71b60f445f441544df0c7b0b9. - [Release notes](https://github.com/nathanvaughn/actions-cloudflare-purge/releases) - [Commits](https://github.com/nathanvaughn/actions-cloudflare-purge/compare/367672c723960cd03bb7d8c2c4d89062a3fc1fac...aa1121a867565ea71b60f445f441544df0c7b0b9) --- 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 d58efa8a..82bb1ed1 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@367672c723960cd03bb7d8c2c4d89062a3fc1fac + uses: nathanvaughn/actions-cloudflare-purge@aa1121a867565ea71b60f445f441544df0c7b0b9 continue-on-error: true with: cf_zone: ${{ secrets.CF_ZONE_ID }}