File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ jobs:
96
96
elixir-version : ${{matrix.elixir}} # Define the elixir version [required]
97
97
otp-version : ${{matrix.otp}} # Define the OTP version [required]
98
98
99
- - uses : actions/cache@v1
99
+ - uses : actions/cache@v4
100
100
id : deps-cache
101
101
with :
102
102
path : deps
103
103
key : ${{ runner.os }}-mix-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
104
104
105
- - uses : actions/cache@v1
105
+ - uses : actions/cache@v4
106
106
id : build-cache
107
107
with :
108
108
path : _build
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
elixir-version : ${{matrix.elixir}}
26
26
otp-version : ${{matrix.otp}}
27
27
28
- - uses : actions/cache@v1
28
+ - uses : actions/cache@v4
29
29
id : deps-cache
30
30
with :
31
31
path : deps
32
32
key : ${{ runner.os }}-mix-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
33
33
34
- - uses : actions/cache@v1
34
+ - uses : actions/cache@v4
35
35
id : build-cache
36
36
with :
37
37
path : _build
You can’t perform that action at this time.
0 commit comments