Skip to content

Commit

Permalink
Fix CI workflow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Apr 19, 2023
1 parent cf92982 commit 91254ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
matrix:
include:
- pair:
elixir: '1.10'
elixir: "1.10"
otp: 21
- pair:
elixir: '1.12'
elixir: "1.12"
otp: 24
lint: lint
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{matrix.pair.elixir}}-${{matrix.pair.otp}}-${{ hashFiles('**/mix.lock') }}-v1
Expand Down

0 comments on commit 91254ff

Please sign in to comment.