diff --git a/.github/workflows/wrangler-action.yml b/.github/workflows/wrangler-action.yml index 2cef40bc8..773a623d8 100644 --- a/.github/workflows/wrangler-action.yml +++ b/.github/workflows/wrangler-action.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Deploy - uses: cloudflare/wrangler-action@3.0.0 + uses: cloudflare/wrangler-action@3.0.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: 'workers.dev/magic' @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Deploy - uses: cloudflare/wrangler-action@3.0.0 + uses: cloudflare/wrangler-action@3.0.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: 'workers.dev/preston'