Skip to content

Commit f5c0d9f

Browse files
build(deps): 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 13aed08 commit f5c0d9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cloudflare-preview.yml

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

4444
- name: Deploy to Cloudflare Workers
4545
id: deploy
46-
uses: cloudflare/wrangler-action@v3
46+
uses: cloudflare/wrangler-action@v4
4747
with:
4848
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4949
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
CF_WORKERS: 1
9696

9797
- name: Deploy to Cloudflare Workers
98-
uses: cloudflare/wrangler-action@v3
98+
uses: cloudflare/wrangler-action@v4
9999
with:
100100
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
101101
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)