From 4fc8397e42293b01f0d6d632ed7450a25b5ffbde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 01:05:27 +0000 Subject: [PATCH] Bump NathanVaughn/actions-cloudflare-purge from 3.0.0 to 3.1.0 Bumps [NathanVaughn/actions-cloudflare-purge](https://github.com/NathanVaughn/actions-cloudflare-purge) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/NathanVaughn/actions-cloudflare-purge/releases) - [Commits](https://github.com/NathanVaughn/actions-cloudflare-purge/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: NathanVaughn/actions-cloudflare-purge dependency-type: direct:production update-type: version-update:semver-minor ... 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 8aed3d0a..01852e35 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@v3.1.0 if: success() with: cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}