Update cache action to v3 (#1507)

This commit is contained in:
Bishal Prasad
2022-03-28 09:47:44 +05:30
committed by GitHub
parent e59567a947
commit 3be3c5deec
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
elixir-version: '1.12.3' # Define the elixir version [required]
otp-version: '24.1' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}