Skip to content

Commit 8662668

Browse files
Update cloudflare/wrangler-action action to v3
1 parent 8cf039f commit 8662668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Publish
14-
uses: cloudflare/wrangler-action@2.0.0
14+
uses: cloudflare/wrangler-action@v3.1.1
1515
with:
1616
apiToken: ${{ secrets.CF_API_TOKEN }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Build & Deploy Worker
12-
uses: cloudflare/wrangler-action@2.0.0
12+
uses: cloudflare/wrangler-action@v3.1.1
1313
with:
1414
apiToken: ${{ secrets.CF_API_TOKEN }}
1515
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 commit comments

Comments
 (0)