Skip to content

Commit

Permalink
Bump DEFAULT_WRANGLER_VERSION to 3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1000hz committed Oct 18, 2023
1 parent 76d614f commit 473d9cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/warm-mugs-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wrangler-action": patch
---

Bumped `DEFAULT_WRANGLER_VERSION` to 3.13.2
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { exec, execShell } from "./exec";
import { checkWorkingDirectory, semverCompare } from "./utils";
import { getPackageManager } from "./packageManagers";

const DEFAULT_WRANGLER_VERSION = "3.5.1";
const DEFAULT_WRANGLER_VERSION = "3.13.2";

/**
* A configuration object that contains all the inputs & immutable state for the action.
Expand Down

0 comments on commit 473d9cb

Please sign in to comment.