Skip to content

Commit a038b57

Browse files
committed
chore: update actions/cache action
1 parent 62723b2 commit a038b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/erlang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
otp-version: ${{ matrix.otp_version }}
1818
rebar3-version: '3.24'
1919
- name: Restore dependencies cache
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
with:
2222
path: deps
2323
key: ${{ runner.os }}-otp-${{ matrix.otp_version }}-mix-${{ hashFiles('**/rebar.lock') }}

0 commit comments

Comments
 (0)