From 888649cb345a9fabb1b2974f19078598ba2d3828 Mon Sep 17 00:00:00 2001 From: Eusebio Trigo Date: Mon, 29 Apr 2024 09:33:01 +0200 Subject: [PATCH] Update default wrangler version to 3.52.0 --- .changeset/twenty-beans-compare.md | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/twenty-beans-compare.md b/.changeset/twenty-beans-compare.md index ffc4b41..9331f82 100644 --- a/.changeset/twenty-beans-compare.md +++ b/.changeset/twenty-beans-compare.md @@ -2,4 +2,4 @@ "wrangler-action": patch --- -Bumped DEFAULT_WRANGLER_VERSION to 3.37.0 +Bumped DEFAULT_WRANGLER_VERSION to 3.52.0 diff --git a/src/index.ts b/src/index.ts index c601304..d30453c 100755 --- a/src/index.ts +++ b/src/index.ts @@ -16,7 +16,7 @@ import { exec, execShell } from "./exec"; import { checkWorkingDirectory, semverCompare } from "./utils"; import { getPackageManager } from "./packageManagers"; -const DEFAULT_WRANGLER_VERSION = "3.37.0"; +const DEFAULT_WRANGLER_VERSION = "3.52.0"; /** * A configuration object that contains all the inputs & immutable state for the action.