Skip to content

Commit ab649fa

Browse files
committed
Update Deno to 2.7.13
Align the local mise tool version, GitHub Actions setup, and smoke-test Deno containers with the 2.7.13 runtime release. The update keeps all project-managed Deno entry points on the same patch version so local checks, CI, and smoke harnesses use matching runtime behavior. Assisted-by: Codex:gpt-5.4
1 parent cf6bb04 commit ab649fa

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.7.12 # Keep in sync with mise.toml
9+
deno-version: 2.7.13 # Keep in sync with mise.toml

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
bun = "1.2.22"
3-
deno = "2.7.12"
3+
deno = "2.7.13"
44
node = "22"
55
pnpm = "10.28.0"
66

test/smoke/mastodon/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444

4545
# Fedify test harness — renamed to avoid colliding with the Caddy alias.
4646
fedify-harness-backend:
47-
image: denoland/deno:2.7.1
47+
image: denoland/deno:2.7.13
4848
working_dir: /workspace
4949
volumes:
5050
- ../../../:/workspace

test/smoke/sharkey/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141

4242
# Fedify test harness — renamed to avoid colliding with the Caddy alias.
4343
fedify-harness-backend:
44-
image: denoland/deno:2.7.1
44+
image: denoland/deno:2.7.13
4545
working_dir: /workspace
4646
restart: on-failure
4747
volumes:

0 commit comments

Comments
 (0)