Skip to content

Commit c45d11b

Browse files
Bump wrangler from 3.111.0 to 4.14.1 in /proxy (#93)
* Bump wrangler from 3.111.0 to 4.14.1 in /proxy Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.111.0 to 4.14.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.14.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.14.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * use newer version of wrangler-action --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: StefanBratanov <stefan.bratanov93@gmail.com>
1 parent 95a66c1 commit c45d11b

File tree

3 files changed

+478
-591
lines changed

3 files changed

+478
-591
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
runs-on: ubuntu-latest
5050
if: ${{ github.event_name == 'release' || github.event.workflow_run.conclusion == 'success' }}
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
- name: Publish worker to Cloudflare
54-
uses: cloudflare/wrangler-action@2.0.0
54+
uses: cloudflare/wrangler-action@v3
5555
with:
5656
apiToken: ${{ secrets.CF_API_TOKEN }}
5757
workingDirectory: "proxy"

0 commit comments

Comments
 (0)