Skip to content

Commit 4e7db97

Browse files
committed
chore: fix ci
1 parent 1a582d6 commit 4e7db97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
version-file: .tool-versions
1717
version-type: strict
1818
- name: Restore dependencies cache
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: deps
2222
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)