Skip to content

Commit

Permalink
build(deps): bump cloudflare/wrangler-action from 3.0.1 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.0.1 to 3.1.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@3.0.1...v3.1.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] committed Aug 18, 2023
1 parent f5df951 commit b1931db
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 @@ -27,13 +27,13 @@ jobs:
steps:
- uses: actions/[email protected]
- name: "🤠 Deploy > cdn"
uses: cloudflare/wrangler-action@3.0.1
uses: cloudflare/wrangler-action@v3.1.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "workers/cdn"
command: "publish"
- name: "🤠 Deploy > r2-store"
uses: cloudflare/wrangler-action@3.0.1
uses: cloudflare/wrangler-action@v3.1.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "workers/r2-store"
Expand Down

0 comments on commit b1931db

Please sign in to comment.