Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6423026

Browse files
authoredAug 20, 2024··
Merge pull request #32 from rescript-ui/dependabot/github_actions/actions/cache-4
2 parents 04fd143 + 147b849 commit 6423026

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "::set-output name=path::$(yarn config get cacheFolder)"
2626
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
2727
- name: Cache node modules
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
id: yarn-cache
3030
with:
3131
path: ${{ steps.vars.outputs.path }}
@@ -61,7 +61,7 @@ jobs:
6161
echo "::set-output name=path::$(yarn config get cacheFolder)"
6262
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
6363
- name: Cache node modules
64-
uses: actions/cache@v2
64+
uses: actions/cache@v4
6565
id: yarn-cache
6666
with:
6767
path: ${{ steps.vars.outputs.path }}

‎.github/workflows/test.release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "::set-output name=path::$(yarn config get cacheFolder)"
1919
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
2020
- name: Cache node modules
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
id: yarn-cache
2323
with:
2424
path: ${{ steps.vars.outputs.path }}
@@ -53,7 +53,7 @@ jobs:
5353
echo "::set-output name=path::$(yarn config get cacheFolder)"
5454
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
5555
- name: Cache node modules
56-
uses: actions/cache@v2
56+
uses: actions/cache@v4
5757
id: yarn-cache
5858
with:
5959
path: ${{ steps.vars.outputs.path }}

0 commit comments

Comments
 (0)
Please sign in to comment.