Skip to content

Commit

Permalink
Downgrade to checkout@v3 for Elixir 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Nov 15, 2023
1 parent cc188c2 commit 8bbefad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- '1.5'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Setup Environment
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
env:
MIX_ENV: cover
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Setup Environment
run: |
Expand All @@ -68,7 +68,7 @@ jobs:
container:
image: elixir:1.14
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Setup Environment
run: |
Expand Down

0 comments on commit 8bbefad

Please sign in to comment.