Skip to content

Commit f2abb75

Browse files
authored
chore(deps): update cloudflare/wrangler-action action to v3.6.1 (#203)
1 parent 1ff32e3 commit f2abb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk-playground-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
# deploy client
3838
- name: deploy client
39-
uses: cloudflare/wrangler-action@v3.6.0
39+
uses: cloudflare/wrangler-action@v3.6.1
4040
with:
4141
apiToken: ${{ secrets.CF_API_TOKEN }}
4242
accountId: ${{ secrets.CF_ACCOUNT_ID }}
@@ -45,7 +45,7 @@ jobs:
4545

4646
# deploy server
4747
- name: deploy server
48-
uses: cloudflare/wrangler-action@v3.6.0
48+
uses: cloudflare/wrangler-action@v3.6.1
4949
with:
5050
apiToken: ${{ secrets.CF_API_TOKEN }}
5151
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 commit comments

Comments
 (0)