From 3df476080b46e974aa4830e68abacb88ed7908bf Mon Sep 17 00:00:00 2001 From: Snider Date: Fri, 31 Mar 2023 11:35:19 +0100 Subject: [PATCH] version bump --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74596d8..74ca2f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This action deploys selected directory to BunnyCDN storage. ## Upload and purge pull zone ```` - name: Deploy to BunnyCDN - uses: Snider/bunnycdn-gh-action@v2.0.0 + uses: Snider/bunnycdn-gh-action@v2.0.1 with: source: "dist" storageZoneName: "myzone" @@ -18,7 +18,7 @@ This action deploys selected directory to BunnyCDN storage. ## Upload ```` - name: Upload to BunnyCDN - uses: Snider/bunnycdn-gh-action@v2.0.0 + uses: Snider/bunnycdn-gh-action@v2.0.1 with: source: "dist" storageZoneName: "myzone" @@ -28,7 +28,7 @@ This action deploys selected directory to BunnyCDN storage. ## purge pull zone ```` - name: Purge BunnyCDN - uses: Snider/bunnycdn-gh-action@v2.0.0 + uses: Snider/bunnycdn-gh-action@v2.0.1 with: zoneId: "${{ secrets.BUNNY_CDN_PULL_ZONE_ID }}" zoneKey: "${{ secrets.BUNNY_CDN_ZONE_KEY }}"