Skip to content

Commit

Permalink
Bump cloudflare/wrangler-action from 3.8.0 to 3.11.0 (#421)
Browse files Browse the repository at this point in the history
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.8.0 to 3.11.0.
- [Release notes](https://github.com/cloudflare/wrangler-action/releases)
- [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md)
- [Commits](cloudflare/wrangler-action@v3.8.0...v3.11.0)

---
updated-dependencies:
- dependency-name: cloudflare/wrangler-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 8ece3a0 commit fba5ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wrangler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:

- name: Publish worker
if: github.event_name == 'push'
uses: cloudflare/wrangler-action@v3.8.0
uses: cloudflare/wrangler-action@v3.11.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
wranglerVersion: ${{ steps.wrangler.outputs.version }}
command: deploy

- name: Publish worker (dry-run)
if: github.event_name != 'push'
uses: cloudflare/wrangler-action@v3.8.0
uses: cloudflare/wrangler-action@v3.11.0
with:
apiToken: 'pull_request'
wranglerVersion: ${{ steps.wrangler.outputs.version }}
Expand Down

0 comments on commit fba5ab1

Please sign in to comment.