File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " wrangler-action " : minor
3
+ ---
4
+
5
+ Bump default wrangler version to 3.90.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { getPackageManager } from "./packageManagers";
5
5
import { checkWorkingDirectory } from "./utils" ;
6
6
import { main , WranglerActionConfig } from "./wranglerAction" ;
7
7
8
- const DEFAULT_WRANGLER_VERSION = "3.81 .0" ;
8
+ const DEFAULT_WRANGLER_VERSION = "3.90 .0" ;
9
9
10
10
/**
11
11
* A configuration object that contains all the inputs & immutable state for the action.
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ const OutputEntryPagesDeployment = OutputEntryBase.merge(
14
14
url : z . string ( ) . optional ( ) ,
15
15
alias : z . string ( ) . optional ( ) ,
16
16
environment : z . enum ( [ "production" , "preview" ] ) ,
17
- // optional, added in wrangler@TBD
17
+ // optional, added in wrangler@3.89.0
18
18
production_branch : z . string ( ) . optional ( ) ,
19
- // optional, added in wrangler@TBD
19
+ // optional, added in wrangler@3.89.0
20
20
stages : z
21
21
. array (
22
22
z . object ( {
@@ -40,7 +40,7 @@ const OutputEntryPagesDeployment = OutputEntryBase.merge(
40
40
} ) ,
41
41
)
42
42
. optional ( ) ,
43
- // optional, added in wrangler@TBD
43
+ // optional, added in wrangler@3.89.0
44
44
deployment_trigger : z
45
45
. object ( {
46
46
metadata : z . object ( {
You can’t perform that action at this time.
0 commit comments