File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848
4949 - name : Cache built Protobuf source
5050 id : cache-protobuf-source
51- uses : actions/cache@v3
51+ uses : actions/cache@v4
5252 with :
5353 path : protobuf
5454 key : ${{ runner.os }}-protobuf-${{ steps.get-protobuf-sha.outputs.sha }}
Original file line number Diff line number Diff line change 4343
4444 - name : Cache dependencies
4545 id : cache-deps
46- uses : actions/cache@v3
46+ uses : actions/cache@v4
4747 with :
4848 path : deps
4949 key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}-elixir-${{ matrix.elixir }}-erlang-${{ matrix.otp }}
5555 # Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
5656 # Cache key based on Elixir & Erlang version (also useful when running in matrix)
5757 - name : Cache Dialyzer's PLT
58- uses : actions/cache@v3
58+ uses : actions/cache@v4
5959 id : cache-plt
6060 with :
6161 path : priv/plts
@@ -140,7 +140,7 @@ jobs:
140140
141141 - name : Cache Elixir dependencies with compiled protoc
142142 id : cache-deps-with-built-protoc
143- uses : actions/cache@v3
143+ uses : actions/cache@v4
144144 with :
145145 path : deps
146146 key : ${{ runner.os }}-mix-deps-with-protoc-${{ hashFiles('**/mix.lock') }}
You can’t perform that action at this time.
0 commit comments