Skip to content

Commit

Permalink
chore(deps): update cloudflare/wrangler-action action to v3.5.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 1, 2024
1 parent fdbd2f7 commit 49d2375
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 @@ -36,7 +36,7 @@ jobs:
# deploy client
- name: deploy client
uses: cloudflare/wrangler-action@v3.4.1
uses: cloudflare/wrangler-action@v3.5.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
Expand All @@ -45,7 +45,7 @@ jobs:

# deploy server
- name: deploy server
uses: cloudflare/wrangler-action@v3.4.1
uses: cloudflare/wrangler-action@v3.5.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
Expand Down

0 comments on commit 49d2375

Please sign in to comment.