Skip to content

Commit 49d2375

Browse files
authored
chore(deps): update cloudflare/wrangler-action action to v3.5.0 (#197)
1 parent fdbd2f7 commit 49d2375

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.4.1
39+
uses: cloudflare/wrangler-action@v3.5.0
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.4.1
48+
uses: cloudflare/wrangler-action@v3.5.0
4949
with:
5050
apiToken: ${{ secrets.CF_API_TOKEN }}
5151
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 commit comments

Comments
 (0)