Skip to content

Commit

Permalink
Merge pull request #339 from fremantle-industries/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/erlef/setup-elixir-1.12

Bump erlef/setup-elixir from 1.11 to 1.12
  • Loading branch information
rupurt committed Sep 1, 2022
2 parents b885363 + f01eace commit 4c8dea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: erlef/setup-elixir@v1.11
- uses: erlef/setup-elixir@v1.12
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: erlef/setup-elixir@v1.11
- uses: erlef/setup-elixir@v1.12
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down

0 comments on commit 4c8dea9

Please sign in to comment.