Skip to content

Commit 0a242d8

Browse files
Update actions/cache action to v5
1 parent f7d0409 commit 0a242d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -73,7 +73,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)