File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 otp-version : ${{ env.OTP_VERSION }}
2727 elixir-version : ${{ env.ELIXIR_VERSION }}
2828 - name : Restore dependencies and build cache
29- uses : actions/cache@v4
29+ uses : actions/cache@v5
3030 with :
3131 path : |
3232 _build
7373 otp-version : ${{ matrix.otp }}
7474 elixir-version : ${{ matrix.elixir }}
7575 - name : Restore dependencies and build cache
76- uses : actions/cache@v4
76+ uses : actions/cache@v5
7777 with :
7878 path : |
7979 _build
@@ -134,7 +134,7 @@ jobs:
134134 otp-version : ${{ env.OTP_VERSION }}
135135 elixir-version : ${{ env.ELIXIR_VERSION }}
136136 - name : Restore dependencies and build cache
137- uses : actions/cache@v4
137+ uses : actions/cache@v5
138138 with :
139139 path : |
140140 _build
@@ -164,15 +164,15 @@ jobs:
164164 elixir-version : ${{ env.ELIXIR_VERSION }}
165165
166166 - name : Restore dependencies and build cache
167- uses : actions/cache@v4
167+ uses : actions/cache@v5
168168 with :
169169 path : |
170170 _build
171171 deps
172172 key : ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-mix-${{ hashFiles('mix.lock') }}
173173 restore-keys : ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-
174174 - name : Restore PLT cache
175- uses : actions/cache@v4
175+ uses : actions/cache@v5
176176 id : plt_cache
177177 with :
178178 key : |
You can’t perform that action at this time.
0 commit comments