Skip to content

Commit

Permalink
github-actions: Bump cloudflare/wrangler-action from 2.0.0 to 3.3.2 (#21
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.3.2.
- [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.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MAHDTech <MAHDTech@saltlabs.tech>
  • Loading branch information
dependabot[bot] and MAHDTech authored Nov 13, 2023
1 parent de17889 commit 3c31341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wrangler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
if: |
env.BRANCH_NAME_CURRENT != env.BRANCH_NAME_DEFAULT &&
steps.hugo_build_staging.outcome == 'success'
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3.3.2
with:
environment: staging
apiToken: ${{ env.WRANGLER_API_TOKEN }}
Expand All @@ -147,7 +147,7 @@ jobs:
if: |
env.BRANCH_NAME_CURRENT == env.BRANCH_NAME_DEFAULT &&
steps.hugo_build_production.outcome == 'success'
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3.3.2
with:
environment: production
apiToken: ${{ env.WRANGLER_API_TOKEN }}
Expand Down

0 comments on commit 3c31341

Please sign in to comment.