Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 50006e3

Browse files
authored
Merge pull request #543 from heartexlabs/dependabot/github_actions/actions/cache-3
build(deps): bump actions/cache from 2.1.7 to 3
2 parents e8fd99b + 76acf85 commit 50006e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "::set-output name=dir::$(yarn cache dir)"
3030

3131
- name: Configure yarn cache
32-
uses: actions/cache@v2.1.7
32+
uses: actions/cache@v3
3333
with:
3434
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3535
key: ${{ env.CACHE_NAME_PREFIX }}-${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)