Skip to content

Commit 544665f

Browse files
committed
up action ver
1 parent 02db7a9 commit 544665f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: print_esy_cache
3434
run: node $GITHUB_WORKSPACE/.github/workflows/print_esy_cache.js
3535
- name: Try to restore dependencies cache
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
id: deps-cache
3838
with:
3939
path: ${{ steps.print_esy_cache.outputs.esy_cache }}

.github/workflows/ppx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: print_esy_cache
3333
run: node $GITHUB_WORKSPACE/.github/workflows/print_esy_cache.js
3434
- name: Try to restore dependencies cache
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
id: deps-cache
3737
with:
3838
path: ${{ steps.print_esy_cache.outputs.esy_cache }}

0 commit comments

Comments
 (0)