Skip to content

Commit

Permalink
chore(deps): update cloudflare/wrangler-action action to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 26, 2024
1 parent 107c444 commit dafeae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-playground-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cd sdk-playground/packages/client
pnpm build
- name: deploy client
uses: cloudflare/wrangler-action@v3.12.0
uses: cloudflare/wrangler-action@v3.13.0
with:
packageManager: pnpm
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand All @@ -35,7 +35,7 @@ jobs:
command: pages deploy --project-name=sdk-playground dist
wranglerVersion: '3.52.0'
- name: deploy server
uses: cloudflare/wrangler-action@v3.12.0
uses: cloudflare/wrangler-action@v3.13.0
with:
packageManager: pnpm
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down

0 comments on commit dafeae3

Please sign in to comment.