Skip to content

Commit 0e4a989

Browse files
committed
fix dialyzer workflow by using v4 of actions/cache
1 parent e4eec4a commit 0e4a989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Check formatting
3131
run: mix format --check-formatted
3232
- name: Retrieve PLT Cache
33-
uses: actions/cache@v2
33+
uses: actions/cache@v4
3434
with:
3535
path: priv/plts
3636
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}

0 commit comments

Comments
 (0)