diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-04-19 08:19:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 08:19:39 +0100 |
commit | 91b1149cac562a5ef2a01853d3e06b42f3ced0e7 (patch) | |
tree | 3c92d4aab7bc21f27259643744ed223e444c5c0a /.github | |
parent | a4fdb9d9f9e97ba6bc233cc5607b3c3d40caa70d (diff) | |
download | gleam_stdlib-91b1149cac562a5ef2a01853d3e06b42f3ced0e7.tar.gz gleam_stdlib-91b1149cac562a5ef2a01853d3e06b42f3ced0e7.zip |
Gleam 0.28.3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 272a526..774f4a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: erlef/setup-beam@v1.15.0 with: otp-version: "24.2.2" - gleam-version: "0.27.0" + gleam-version: "0.28.3" - uses: actions/setup-node@v3.5.1 with: node-version: "16.18.1" |