Skip to content

Commit 9552c60

Browse files
Bump cloudflare/wrangler-action from 3.9.0 to 3.11.0 (#911)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e5db6b commit 9552c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: script/bootstrap
3232

3333
- name: Build ${{ matrix.environment }} worker
34-
uses: cloudflare/wrangler-action@v3.9.0
34+
uses: cloudflare/wrangler-action@v3.11.0
3535
with:
3636
workingDirectory: "worker"
3737
packageManager: yarn

.github/workflows/worker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "environment=${environment}" >> "$GITHUB_OUTPUT"
3737
3838
- name: Publish ${{ steps.environment.outputs.environment }} worker
39-
uses: cloudflare/wrangler-action@v3.9.0
39+
uses: cloudflare/wrangler-action@v3.11.0
4040
with:
4141
apiToken: ${{ secrets.CF_WORKER_API_TOKEN }}
4242
workingDirectory: "worker"

0 commit comments

Comments
 (0)