From 292055138623b2b6bc928d5317bcf4e66db064bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 01:05:28 +0000 Subject: [PATCH] Bump NathanVaughn/actions-cloudflare-purge from 3.0.0 to 4.0.0 Bumps [NathanVaughn/actions-cloudflare-purge](https://github.com/nathanvaughn/actions-cloudflare-purge) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/nathanvaughn/actions-cloudflare-purge/releases) - [Commits](https://github.com/nathanvaughn/actions-cloudflare-purge/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: NathanVaughn/actions-cloudflare-purge dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ff5293b..a8b2950 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,7 +44,7 @@ jobs: with: args: "deploy --local-only -i app:latest" - name: Cloudflare Cache Purge Action - uses: NathanVaughn/actions-cloudflare-purge@v3.0.0 + uses: NathanVaughn/actions-cloudflare-purge@v4.0.0 if: success() with: cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}