File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : false
1313 matrix :
14- elixir : ["1.12.0 "]
15- otp : ["24 .0"]
14+ elixir : ["1.17.4 "]
15+ otp : ["27 .0"]
1616 env :
1717 MIX_ENV : test
1818 steps :
2222 otp-version : ${{ matrix.otp }}
2323 elixir-version : ${{ matrix.elixir }}
2424 - name : Retrieve dependencies cache
25- uses : actions/cache@v1
25+ uses : actions/cache@v4
2626 id : mix-cache # id to use in retrieve action
2727 with :
2828 path : deps
4242 strategy :
4343 fail-fast : false
4444 matrix :
45- elixir : ["1.12.0 "]
46- otp : ["24 .0"]
45+ elixir : ["1.17.4 "]
46+ otp : ["27 .0"]
4747 env :
4848 MIX_ENV : test
4949 steps :
5757 otp-version : ${{ matrix.otp }}
5858 elixir-version : ${{ matrix.elixir }}
5959 - name : Retrieve dependencies cache
60- uses : actions/cache@v1
60+ uses : actions/cache@v4
6161 id : mix-cache # id to use in retrieve action
6262 with :
6363 path : deps
You can’t perform that action at this time.
0 commit comments