Skip to content

Commit

Permalink
Update GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sporto committed Jul 23, 2024
1 parent da54424 commit cdc2446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.0.0"
gleam-version: "1.3.2"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
Expand Down

0 comments on commit cdc2446

Please sign in to comment.