Skip to content

Commit 1eda601

Browse files
authored
fix(ci): bump actions/cache version
1 parent 0bf8783 commit 1eda601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
otp-version: '24' # Define the OTP version [required]
2727

2828
- name: Restore dependencies cache
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: deps
3232
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)