Skip to content

Commit 9d4809f

Browse files
chore(deps): update actions/cache action to v5 (#942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f2611a commit 9d4809f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/elixir.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
otp-version: "27.2"
2424
elixir-version: "1.18.1"
2525
version-type: "strict"
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
name: Cache
2828
with:
2929
path: |
@@ -88,7 +88,7 @@ jobs:
8888
elixir-version: ${{ matrix.elixir_version }}
8989
rebar3-version: ${{ matrix.rebar3_version }}
9090
version-type: "strict"
91-
- uses: actions/cache@v4
91+
- uses: actions/cache@v5
9292
name: Cache
9393
with:
9494
path: |
@@ -130,7 +130,7 @@ jobs:
130130
otp-version: ${{ matrix.otp_version }}
131131
elixir-version: ${{ matrix.elixir_version }}
132132
version-type: "strict"
133-
- uses: actions/cache@v4
133+
- uses: actions/cache@v5
134134
name: Cache
135135
with:
136136
path: |
@@ -172,7 +172,7 @@ jobs:
172172
rebar3-version: ${{ matrix.rebar3_version }}
173173
version-type: "strict"
174174
- name: Cache
175-
uses: actions/cache@v4
175+
uses: actions/cache@v5
176176
with:
177177
path: |
178178
~/deps

.github/workflows/erlang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
otp-version: ${{ matrix.otp_version }}
3737
rebar3-version: ${{ matrix.rebar3_version }}
3838
version-type: "strict"
39-
- uses: actions/cache@v4
39+
- uses: actions/cache@v5
4040
name: Cache
4141
with:
4242
path: |
@@ -101,7 +101,7 @@ jobs:
101101
otp-version: ${{ matrix.otp_version }}
102102
rebar3-version: ${{ matrix.rebar3_version }}
103103
version-type: "strict"
104-
- uses: actions/cache@v4
104+
- uses: actions/cache@v5
105105
name: Cache
106106
with:
107107
path: |
@@ -129,7 +129,7 @@ jobs:
129129
otp-version: ${{ matrix.otp_version }}
130130
rebar3-version: ${{ matrix.rebar3_version }}
131131
version-type: "strict"
132-
- uses: actions/cache@v4
132+
- uses: actions/cache@v5
133133
name: Cache
134134
with:
135135
path: |

.github/workflows/w3c_interop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
otp-version: '26.1.2'
2323
version-type: strict
2424
rebar3-version: '3.22.1'
25-
- uses: actions/cache@v4
25+
- uses: actions/cache@v5
2626
name: Cache
2727
with:
2828
path: |

0 commit comments

Comments
 (0)