Skip to content

Commit

Permalink
Bump cloudflare/wrangler-action from 2.0.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 2.0.0 to 3.2.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@2.0.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2023
1 parent 0172e97 commit 0ecbaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: npm install --save

- name: Publish
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3.2.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: npm install --save

- name: Publish
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action@v3.2.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy --dry-run
Expand Down

0 comments on commit 0ecbaef

Please sign in to comment.