Skip to content

Commit

Permalink
build: use github actions/cache v3
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Feb 12, 2025
1 parent dfc6311 commit 3c8e162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache deps
uses: actions/cache@v1
uses: actions/cache@v3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache deps
uses: actions/cache@v1
uses: actions/cache@v3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 3c8e162

Please sign in to comment.