Skip to content

Commit 280d1ac

Browse files
committed
Upgrade actions/cache to v4
1 parent 12fa0e0 commit 280d1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
elixir-version: ${{matrix.elixir}} # Define the elixir version [required]
4242
otp-version: ${{matrix.otp}} # Define the OTP version [required]
4343
- name: Restore dependencies cache
44-
uses: actions/cache@v2
44+
uses: actions/cache@v4
4545
with:
4646
path: deps
4747
key: ${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)