Skip to content

Commit 8e44568

Browse files
committed
Cache to v4
1 parent 278fcc5 commit 8e44568

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/latest_conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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 }}

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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 }}
@@ -55,7 +55,7 @@ jobs:
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') }}

0 commit comments

Comments
 (0)