Skip to content

Commit

Permalink
Remove redundant quotes
Browse files Browse the repository at this point in the history
Co-authored-by: Glutexo <[email protected]>
  • Loading branch information
nappex and Glutexo authored Nov 9, 2024
1 parent ff62292 commit 548cb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: 'latest'
otp-version: 'latest'
elixir-version: latest
otp-version: latest
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 548cb3a

Please sign in to comment.