Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jun 12, 2024
1 parent 52ebd72 commit baec6d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
MIX_ENV: test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "${{matrix.otp}}"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- otp: "27.x"
elixir: "1.17.x"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "${{matrix.otp}}"
Expand All @@ -88,7 +88,7 @@ jobs:
- otp: "27.x"
elixir: "1.17.x"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "${{matrix.otp}}"
Expand All @@ -114,7 +114,7 @@ jobs:
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "${{matrix.otp}}"
Expand Down

0 comments on commit baec6d6

Please sign in to comment.