Skip to content

Commit

Permalink
Revert to checkout@v2 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin authored Jun 12, 2024
1 parent 67c8521 commit 7b4169c
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 @@ -30,7 +30,7 @@ jobs:
- '1.5'

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

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

- name: Setup Environment
run: |
Expand All @@ -70,7 +70,7 @@ jobs:
container:
image: elixir:1.16
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2

- name: Setup Environment
run: |
Expand Down

0 comments on commit 7b4169c

Please sign in to comment.