diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-05-29 20:25:52 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-29 20:25:52 +0100 |
commit | c5190f1a5f1fe5ca42a3d89f06c5186cf87eca25 (patch) | |
tree | b2d3f220594b2467300a2f1a4f21eb40454dcc85 /.github/workflows/deploy.yml | |
parent | 6906edef11a2c034e5b1715933ec852609b1654e (diff) | |
download | tour-c5190f1a5f1fe5ca42a3d89f06c5186cf87eca25.tar.gz tour-c5190f1a5f1fe5ca42a3d89f06c5186cf87eca25.zip |
Upgrade version
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index caa0f11..8099ed5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: "26.0.2" - gleam-version: "1.1.0" + gleam-version: "1.2.0" rebar3-version: "3" - name: Download WASM version of Gleam compiler |