Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
gh-action: bump the all group with 1 update
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action).

- [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.1.1...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 071a2e4 commit 5401c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: cd endpoint/shopify_order && cargo install -q worker-build && worker-build --release

- name: Deploy
uses: cloudflare/wrangler-action@v3.1.1
uses: cloudflare/wrangler-action@v3.2.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "endpoint/shopify_order"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: cd endpoint/microblink_receipt && cargo install -q worker-build && worker-build --release

- name: Deploy
uses: cloudflare/wrangler-action@v3.1.1
uses: cloudflare/wrangler-action@v3.2.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "endpoint/microblink_receipt"
Expand Down

0 comments on commit 5401c04

Please sign in to comment.