File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 otp-version : ${{matrix.otp}}
3838 elixir-version : ${{matrix.elixir}}
3939 - name : Cache dependencies
40- uses : actions/cache@v4
40+ uses : actions/cache@v5
4141 with :
4242 path : |
4343 _build
8484 otp-version : ${{matrix.otp}}
8585 elixir-version : ${{matrix.elixir}}
8686 - name : Cache dependencies
87- uses : actions/cache@v4
87+ uses : actions/cache@v5
8888 with :
8989 path : |
9090 _build
@@ -164,7 +164,7 @@ jobs:
164164 otp-version : ${{matrix.otp}}
165165 elixir-version : ${{matrix.elixir}}
166166 - name : Cache dependencies
167- uses : actions/cache@v4
167+ uses : actions/cache@v5
168168 with :
169169 path : |
170170 _build
@@ -189,7 +189,7 @@ jobs:
189189 otp-version : 28.x
190190 elixir-version : 1.19.x
191191 - name : Cache build artifacts
192- uses : actions/cache@v4
192+ uses : actions/cache@v5
193193 with :
194194 path : |
195195 ~/.hex
Original file line number Diff line number Diff line change 5454 otp-version : 28.x
5555
5656 - name : Cache dependencies
57- uses : actions/cache@v4
57+ uses : actions/cache@v5
5858 with :
5959 path : |
6060 _build
You can’t perform that action at this time.
0 commit comments