Update default wrangler version to 3.52.0

This commit is contained in:
Eusebio Trigo 2024-04-29 09:33:01 +02:00 committed by Peter Bacon Darwin
parent b959cd27a4
commit 888649cb34
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
"wrangler-action": patch "wrangler-action": patch
--- ---
Bumped DEFAULT_WRANGLER_VERSION to 3.37.0 Bumped DEFAULT_WRANGLER_VERSION to 3.52.0

View file

@ -16,7 +16,7 @@ import { exec, execShell } from "./exec";
import { checkWorkingDirectory, semverCompare } from "./utils"; import { checkWorkingDirectory, semverCompare } from "./utils";
import { getPackageManager } from "./packageManagers"; 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. * A configuration object that contains all the inputs & immutable state for the action.