Skip to content

Commit 06e3365

Browse files
chore(ci): bump cloudflare/wrangler-action from 3 to 4
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa5a068 commit 06e3365

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cleanup-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Delete Preview Deployment
5252
if: steps.cleanup_guard.outputs.should_cleanup == 'true'
53-
uses: cloudflare/wrangler-action@v3
53+
uses: cloudflare/wrangler-action@v4
5454
with:
5555
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5656
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Deploy Preview
115115
if: steps.deploy_guard.outputs.should_deploy == 'true'
116-
uses: cloudflare/wrangler-action@v3
116+
uses: cloudflare/wrangler-action@v4
117117
with:
118118
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
119119
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)