File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 elixir-version : ${{ matrix.elixir }}
5353 otp-version : ${{ matrix.otp }}
5454 - name : Retrieve Mix Dependencies Cache
55- uses : actions/cache@v5
55+ uses : actions/cache@v6
5656 id : mix-cache # id to use in retrieve action
5757 with :
5858 path : deps
@@ -103,13 +103,13 @@ jobs:
103103 elixir-version : ${{ matrix.elixir }}
104104 otp-version : ${{ matrix.otp }}
105105 - name : Retrieve Mix Dependencies Cache
106- uses : actions/cache@v5
106+ uses : actions/cache@v6
107107 id : mix-cache # id to use in retrieve action
108108 with :
109109 path : deps
110110 key : ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-${{ hashFiles('mix.lock') }}
111111 - name : Retrieve PLT Cache
112- uses : actions/cache@v5
112+ uses : actions/cache@v6
113113 id : plt-cache
114114 with :
115115 path : priv/plts
You can’t perform that action at this time.
0 commit comments