We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02db7a9 commit 544665fCopy full SHA for 544665f
.github/workflows/build-release.yml
@@ -33,7 +33,7 @@ jobs:
33
id: print_esy_cache
34
run: node $GITHUB_WORKSPACE/.github/workflows/print_esy_cache.js
35
- name: Try to restore dependencies cache
36
- uses: actions/cache@v2
+ uses: actions/cache@v4
37
id: deps-cache
38
with:
39
path: ${{ steps.print_esy_cache.outputs.esy_cache }}
.github/workflows/ppx.yml
@@ -32,7 +32,7 @@ jobs:
32
0 commit comments