mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Merge pull request #157 from EstebanBorai/main
fix: use `wrangler@3.5.1` by default
This commit is contained in:
commit
ad7441b6ad
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import * as path from "node:path";
|
|||
import * as util from "node:util";
|
||||
const execAsync = util.promisify(exec);
|
||||
|
||||
const DEFAULT_WRANGLER_VERSION = "3.4.0";
|
||||
const DEFAULT_WRANGLER_VERSION = "3.5.1";
|
||||
|
||||
/**
|
||||
* A configuration object that contains all the inputs & immutable state for the action.
|
||||
|
|
Loading…
Reference in a new issue