File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 otp-version : ${{matrix.otp}}
3535 elixir-version : ${{matrix.elixir}}
3636 - name : Cache dependencies
37- uses : actions/cache@v5
37+ uses : actions/cache@v6
3838 with :
3939 path : |
4040 _build
7878 otp-version : ${{matrix.otp}}
7979 elixir-version : ${{matrix.elixir}}
8080 - name : Cache dependencies
81- uses : actions/cache@v5
81+ uses : actions/cache@v6
8282 with :
8383 path : |
8484 _build
@@ -154,7 +154,7 @@ jobs:
154154 otp-version : ${{matrix.otp}}
155155 elixir-version : ${{matrix.elixir}}
156156 - name : Cache dependencies
157- uses : actions/cache@v5
157+ uses : actions/cache@v6
158158 with :
159159 path : |
160160 _build
@@ -179,7 +179,7 @@ jobs:
179179 otp-version : 29.x
180180 elixir-version : 1.20.x
181181 - name : Cache build artifacts
182- uses : actions/cache@v5
182+ uses : actions/cache@v6
183183 with :
184184 path : |
185185 ~/.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@v5
57+ uses : actions/cache@v6
5858 with :
5959 path : |
6060 _build
You can’t perform that action at this time.
0 commit comments