Skip to content

Commit

Permalink
Merge pull request #157 from EstebanBorai/main
Browse files Browse the repository at this point in the history
fix: use `[email protected]` by default
  • Loading branch information
JacobMGEvans authored Aug 16, 2023
2 parents 62ce9d2 + 4132892 commit ad7441b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ad7441b

Please sign in to comment.