Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Feb 15, 2024
1 parent 1d045dc commit 6cd84dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
otp-version: '26.2'

- name: mix-cache
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: deps
Expand All @@ -40,7 +40,7 @@ jobs:
mix deps.get
- name: plt-cache
uses: actions/cache@v3
uses: actions/cache@v4
id: plt-cache
with:
path: plts
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
otp-version: '26.2'

- name: mix-cache
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: deps
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
otp-version: ${{ matrix.otp }}

- name: mix-cache
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: deps
Expand Down

0 comments on commit 6cd84dc

Please sign in to comment.