mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
fix: use wrangler@3.5.1
by default
This commit is contained in:
parent
62ce9d23a3
commit
4132892387
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";
|
import * as util from "node:util";
|
||||||
const execAsync = util.promisify(exec);
|
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.
|
* A configuration object that contains all the inputs & immutable state for the action.
|
||||||
|
|
Loading…
Reference in a new issue