From 44541df49125844026b2951ecb495c00a78ed14b Mon Sep 17 00:00:00 2001 From: Yaser Moradi Date: Sun, 16 Jun 2024 16:41:00 +0200 Subject: [PATCH] fix(pipelines): Use latest jakejarvis/cloudflare-purge-action version in CI/CD pipelines #7795 (#7796) --- .github/workflows/admin-sample.cd.yml | 2 +- .github/workflows/blazorui.demo.cd.yml | 2 +- .github/workflows/platform.website.cd.yml | 2 +- .github/workflows/sales.website.cd.yml | 2 +- .github/workflows/todo-sample.cd.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/admin-sample.cd.yml b/.github/workflows/admin-sample.cd.yml index 24e6e1230c..c302f599b5 100644 --- a/.github/workflows/admin-sample.cd.yml +++ b/.github/workflows/admin-sample.cd.yml @@ -109,7 +109,7 @@ jobs: package: . - name: Purge cache - uses: jakejarvis/cloudflare-purge-action@0.3.0 + uses: jakejarvis/cloudflare-purge-action@v0.3.0 env: CLOUDFLARE_ZONE: ${{ secrets.BITPLATFORM_DEV_CLOUDFLARE_ZONE }} CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} diff --git a/.github/workflows/blazorui.demo.cd.yml b/.github/workflows/blazorui.demo.cd.yml index 583a317145..3016d9500a 100644 --- a/.github/workflows/blazorui.demo.cd.yml +++ b/.github/workflows/blazorui.demo.cd.yml @@ -82,7 +82,7 @@ jobs: package: . - name: Purge cache - uses: jakejarvis/cloudflare-purge-action@0.3.0 + uses: jakejarvis/cloudflare-purge-action@v0.3.0 env: CLOUDFLARE_ZONE: ${{ secrets.BITPLATFORM_DEV_CLOUDFLARE_ZONE }} CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} diff --git a/.github/workflows/platform.website.cd.yml b/.github/workflows/platform.website.cd.yml index 64e6b8d37a..0856e46156 100644 --- a/.github/workflows/platform.website.cd.yml +++ b/.github/workflows/platform.website.cd.yml @@ -67,7 +67,7 @@ jobs: package: . - name: Purge cache - uses: jakejarvis/cloudflare-purge-action@0.3.0 + uses: jakejarvis/cloudflare-purge-action@v0.3.0 env: CLOUDFLARE_ZONE: ${{ secrets.BITPLATFORM_DEV_CLOUDFLARE_ZONE }} CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/sales.website.cd.yml b/.github/workflows/sales.website.cd.yml index d26e466785..f000188de7 100644 --- a/.github/workflows/sales.website.cd.yml +++ b/.github/workflows/sales.website.cd.yml @@ -67,7 +67,7 @@ jobs: package: . - name: Purge cache - uses: jakejarvis/cloudflare-purge-action@0.3.0 + uses: jakejarvis/cloudflare-purge-action@v0.3.0 env: CLOUDFLARE_ZONE: ${{ secrets.BITSERVICES_COMPANY_CLOUDFLARE_ZONE }} CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/todo-sample.cd.yml b/.github/workflows/todo-sample.cd.yml index ec8139f977..bf7ce52f08 100644 --- a/.github/workflows/todo-sample.cd.yml +++ b/.github/workflows/todo-sample.cd.yml @@ -124,7 +124,7 @@ jobs: package: . - name: Purge cache - uses: jakejarvis/cloudflare-purge-action@0.3.0 + uses: jakejarvis/cloudflare-purge-action@v0.3.0 env: CLOUDFLARE_ZONE: ${{ secrets.BITPLATFORM_DEV_CLOUDFLARE_ZONE }} CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}