Skip to content

Commit

Permalink
build(deps): bump cloudflare/wrangler-action from 3.0.0 to 3.0.1 (#114)
Browse files Browse the repository at this point in the history
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.0.0 to 3.0.1.
- [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.0...3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 9, 2023
1 parent 897985f commit f5df951
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/[email protected].0
uses: cloudflare/[email protected].1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "workers/cdn"
command: "publish"
- name: "🤠 Deploy > r2-store"
uses: cloudflare/[email protected].0
uses: cloudflare/[email protected].1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "workers/r2-store"
Expand Down

0 comments on commit f5df951

Please sign in to comment.