Skip to content

Commit

Permalink
build(deps): bump zendesk/cache from 3.2.5 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [zendesk/cache](https://github.com/zendesk/cache) from 3.2.5 to 4.0.2.
- [Changelog](https://github.com/zendesk/cache/blob/main/RELEASES.md)
- [Commits](zendesk/cache@v3.2.5...v4.0.2)

---
updated-dependencies:
- dependency-name: zendesk/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 7180d81 commit ba51ef7
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.2.5
uses: zendesk/cache@v4.0.2
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.2.5
uses: zendesk/cache@v4.0.2
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.2.5
uses: zendesk/cache@v4.0.2
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.2.5
uses: zendesk/cache@v4.0.2
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 ba51ef7

Please sign in to comment.