Skip to content

Commit

Permalink
chore(deps): update cloudflare/wrangler-action action to v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 6, 2024
1 parent 2877254 commit b78e3e7
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/[email protected].0
uses: cloudflare/[email protected].1
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/[email protected].0
uses: cloudflare/[email protected].1
with:
packageManager: pnpm
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down

0 comments on commit b78e3e7

Please sign in to comment.