diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-03-09 15:39:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 15:39:59 +0000 |
commit | eb48bb7d1b2438881a485e2a4512b3fbabca598b (patch) | |
tree | 8d8b5f44358bdc5e73127feb3c3cdee4e0921eba /.github | |
parent | ac5175e972e0dad19c0c24d8c8ac2acf61b8a0dd (diff) | |
download | gleam_stdlib-eb48bb7d1b2438881a485e2a4512b3fbabca598b.tar.gz gleam_stdlib-eb48bb7d1b2438881a485e2a4512b3fbabca598b.zip |
Upgrade setup-erlang action
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 388f061..89ff5c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.0.0 - - uses: gleam-lang/setup-erlang@v1.0.0 + - uses: gleam-lang/setup-erlang@v1.1.2 with: otp-version: 22.2 - uses: gleam-lang/setup-gleam@v1.0.1 |