From 832d0baae43fc1d8c40d5c57611b1e3bb1d09a21 Mon Sep 17 00:00:00 2001 From: Dara Rockwell Date: Sun, 1 Feb 2026 15:42:01 -0700 Subject: [PATCH] chore: update Gleam version in publish workflows ## Why This Change Was Made - The publish and docs workflows were still pinned to Gleam 1.13.0, which is incompatible with current dependencies. ## What Was Changed - Bumped Gleam to 1.14.0 in publish and publish-docs workflows. ## Note to Future Engineer - If releases or docs builds fail with a Gleam version error, check these pins first. - Another version bump bites the dust. --- .github/workflows/publish-docs.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 778db11..ac1bd99 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -72,7 +72,7 @@ jobs: uses: erlef/setup-beam@v1 with: otp-version: "28" - gleam-version: "1.13.0" + gleam-version: "1.14.0" rebar3-version: "3" - name: Download dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8281f1e..1f8ee40 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -87,7 +87,7 @@ jobs: uses: erlef/setup-beam@v1 with: otp-version: "28" - gleam-version: "1.13.0" + gleam-version: "1.14.0" rebar3-version: "3" - name: Download dependencies