We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4eec4a commit 0e4a989Copy full SHA for 0e4a989
1 file changed
.github/workflows/elixir.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Check formatting
31
run: mix format --check-formatted
32
- name: Retrieve PLT Cache
33
- uses: actions/cache@v2
+ uses: actions/cache@v4
34
with:
35
path: priv/plts
36
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
0 commit comments