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 294b56b commit f9f2bf3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dialyzer.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
2 changes: 1 addition & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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
2 changes: 1 addition & 1 deletion .github/workflows/test-v1.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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
2 changes: 1 addition & 1 deletion .github/workflows/test-v1.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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
2 changes: 1 addition & 1 deletion .github/workflows/test-v2.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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 f9f2bf3

Please sign in to comment.