From 884c49fc558fff91d144b0c5a90e1c966ab19ba0 Mon Sep 17 00:00:00 2001 From: maru Date: Tue, 26 Mar 2024 21:05:42 -0400 Subject: [PATCH] Specify actions-cloudflare-purge version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a1ce3c40e6f..aad509c3a7e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Purge Cloudflare Cache if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch id: purge-cache - uses: NathanVaughn/actions-cloudflare-purge@f70c63827b539cf48eb3a29fdaa7547eca4dede4 #latest commit at the time + uses: NathanVaughn/actions-cloudflare-purge@v3.1.0 with: cf_auth: ${{ secrets.CLOUDFLARE_API_TOKEN }} cf_zone: ${{ secrets.CLOUDFLARE_ZONE_ID }}