mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Update default wrangler version to 3.52.0
This commit is contained in:
parent
b959cd27a4
commit
888649cb34
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
|||
"wrangler-action": patch
|
||||
---
|
||||
|
||||
Bumped DEFAULT_WRANGLER_VERSION to 3.37.0
|
||||
Bumped DEFAULT_WRANGLER_VERSION to 3.52.0
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue