Skip to content

Commit

Permalink
Merge branch 'main' into fix-main
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Mar 4, 2023
2 parents 80051c1 + 927d50a commit 4ef93f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Find Yarn's cache folder
run: echo "::set-output name=path::$(yarn config get cacheFolder)"
- name: Cache Yarn's cache folder
uses: zendesk/cache@v3.0.2
uses: zendesk/cache@v3.2.5
with:
path: ${{ steps.find-yarn-cache-folder.outputs.path }}
key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
name: Find Yarn's cache folder
run: echo "::set-output name=path::$(yarn config get cacheFolder)"
- name: Cache Yarn's cache folder
uses: zendesk/cache@v3.0.2
uses: zendesk/cache@v3.2.5
with:
path: ${{ steps.find-yarn-cache-folder.outputs.path }}
key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zen-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Find Yarn's cache folder
run: echo "::set-output name=path::$(yarn config get cacheFolder)"
- name: Cache Yarn's cache folder
uses: zendesk/cache@v3.0.2
uses: zendesk/cache@v3.2.5
with:
path: ${{ steps.find-yarn-cache-folder.outputs.path }}
key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }}
Expand All @@ -34,7 +34,7 @@ jobs:
cd docs
echo "::set-output name=path::$(yarn config get cacheFolder)"
- name: Cache Docs Yarn's cache folder
uses: zendesk/cache@v3.0.2
uses: zendesk/cache@v3.2.5
with:
path: ${{ steps.find-yarn-cache-folder-docs.outputs.path }}
key: yarn-cache-folder-docs-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('docs/yarn.lock') }}
Expand Down

0 comments on commit 4ef93f1

Please sign in to comment.