Skip to content

Commit 9cfbcd0

Browse files
chore(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 604977e commit 9cfbcd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cache: 'npm'
6161

6262
- name: Publish to Cloudflare
63-
uses: cloudflare/wrangler-action@v3
63+
uses: cloudflare/wrangler-action@v4
6464
with:
6565
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
6666
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Publish to Cloudflare
28-
uses: cloudflare/wrangler-action@v3
28+
uses: cloudflare/wrangler-action@v4
2929
with:
3030
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3131
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)