Skip to content

Commit 25ca494

Browse files
committed
Upgrade Deno to 2.6.3
1 parent a9d733c commit 25ca494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-deno/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ runs:
66
steps:
77
- uses: denoland/setup-deno@v2
88
with:
9-
deno-version: 2.5.6 # Keep in sync with mise.toml
9+
deno-version: 2.6.3 # Keep in sync with mise.toml

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Bun version should be kept in sync with GitHub Actions workflows
33
bun = "1.2.22"
44
# Deno version should be kept in sync with GitHub Actions workflows
5-
deno = "2.5.6"
5+
deno = "2.6.3"
66
node = "22"
77
"npm:pnpm" = "latest"

0 commit comments

Comments
 (0)