diff options
author | inoas <mail@inoas.com> | 2022-12-04 20:45:14 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-12-05 10:42:46 +0000 |
commit | e9d749f09c8532533d4587f3659edca36ecee37f (patch) | |
tree | 03850a5c93a2dd930fcc962929d7e985b9d8957b /.github | |
parent | 5eeb43f8b0bb38cc22b6f224e3183d794eb73b0c (diff) | |
download | gleam_stdlib-e9d749f09c8532533d4587f3659edca36ecee37f.tar.gz gleam_stdlib-e9d749f09c8532533d4587f3659edca36ecee37f.zip |
use latest 24.2 bugfix release
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 a72b70f..cad821b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2.5.0 - uses: erlef/setup-beam@v1.15.0 with: - otp-version: "24.2" + otp-version: "24.2.2" gleam-version: "0.25.0" - uses: actions/setup-node@v3.5.1 with: |