Skip to content

Commit d389d54

Browse files
chore(deps): update cloudflare/wrangler-action action to v3.7.0 (#1668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1ae322 commit d389d54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helper-worker-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packageManager: pnpm
2121

2222
- name: publish
23-
uses: cloudflare/wrangler-action@v3.6.1
23+
uses: cloudflare/wrangler-action@v3.7.0
2424
with:
2525
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2626
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/website-router-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
packageManager: pnpm
2020

2121
- name: publish
22-
uses: cloudflare/wrangler-action@v3.6.1
22+
uses: cloudflare/wrangler-action@v3.7.0
2323
with:
2424
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2525
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)