diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 194fc67..cb93218 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: cd endpoint/shopify_order && cargo install -q worker-build && worker-build --release - name: Deploy - uses: cloudflare/wrangler-action@v3.1.1 + uses: cloudflare/wrangler-action@v3.2.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: "endpoint/shopify_order" @@ -57,7 +57,7 @@ jobs: run: cd endpoint/microblink_receipt && cargo install -q worker-build && worker-build --release - name: Deploy - uses: cloudflare/wrangler-action@v3.1.1 + uses: cloudflare/wrangler-action@v3.2.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: "endpoint/microblink_receipt"