Skip to content

Commit

Permalink
Bump cloudflare/wrangler-action from 3.3.1 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.3.1 to 3.4.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.3.1...v3.4.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]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 705019c commit f7ab667
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.3.1
uses: cloudflare/wrangler-action@v3.4.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.3.1
uses: cloudflare/wrangler-action@v3.4.0
with:
apiToken: 'pull_request'
wranglerVersion: ${{ steps.wrangler.outputs.version }}
Expand Down

0 comments on commit f7ab667

Please sign in to comment.