Skip to content

Commit 4332b86

Browse files
authored
1 parent 3a45edb commit 4332b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
elixir-version: '1.14.2' # Define the elixir version [required]
1919
otp-version: '25.1.2' # Define the OTP version [required]
2020
- name: Restore dependencies cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: deps
2424
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)