We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a582d6 commit 4e7db97Copy full SHA for 4e7db97
1 file changed
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
version-file: .tool-versions
17
version-type: strict
18
- name: Restore dependencies cache
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
with:
21
path: deps
22
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
0 commit comments