Skip to content

Commit

Permalink
Merge pull request #32 from rescript-ui/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
2 parents 04fd143 + 147b849 commit 6423026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "::set-output name=path::$(yarn config get cacheFolder)"
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
id: yarn-cache
with:
path: ${{ steps.vars.outputs.path }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
echo "::set-output name=path::$(yarn config get cacheFolder)"
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
id: yarn-cache
with:
path: ${{ steps.vars.outputs.path }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo "::set-output name=path::$(yarn config get cacheFolder)"
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
id: yarn-cache
with:
path: ${{ steps.vars.outputs.path }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
echo "::set-output name=path::$(yarn config get cacheFolder)"
echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
id: yarn-cache
with:
path: ${{ steps.vars.outputs.path }}
Expand Down

0 comments on commit 6423026

Please sign in to comment.