Skip to content

Commit d8ce692

Browse files
committed
Bump checkout action
1 parent 934fe19 commit d8ce692

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
@@ -20,7 +20,7 @@ jobs:
2020
elixir-version: '1.14.5' # Define the elixir version [required]
2121
otp-version: '24' # Define the OTP version [required]
2222
- name: Restore dependencies cache
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: deps
2626
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)