Skip to content

Commit a7e0fa2

Browse files
authored
chore(deps): update cloudflare/wrangler-action action to v3.14.0 (#34)
1 parent af0b107 commit a7e0fa2

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
@@ -26,7 +26,7 @@ jobs:
2626
cd sdk-playground/packages/client
2727
pnpm build
2828
- name: deploy client
29-
uses: cloudflare/wrangler-action@v3.12.0
29+
uses: cloudflare/wrangler-action@v3.14.0
3030
with:
3131
packageManager: pnpm
3232
apiToken: ${{ secrets.CF_API_TOKEN }}
@@ -35,7 +35,7 @@ jobs:
3535
command: pages deploy --project-name=sdk-playground dist
3636
wranglerVersion: '3.52.0'
3737
- name: deploy server
38-
uses: cloudflare/wrangler-action@v3.12.0
38+
uses: cloudflare/wrangler-action@v3.14.0
3939
with:
4040
packageManager: pnpm
4141
apiToken: ${{ secrets.CF_API_TOKEN }}

0 commit comments

Comments
 (0)