From f28c7890841c9fe7077c5b653d77040103d283e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:40:42 +0000 Subject: [PATCH] build(deps): bump zendesk/cache from 3.2.5 to 3.3.2 Bumps [zendesk/cache](https://github.com/zendesk/cache) from 3.2.5 to 3.3.2. - [Changelog](https://github.com/zendesk/cache/blob/main/RELEASES.md) - [Commits](https://github.com/zendesk/cache/compare/v3.2.5...v3.3.2) --- updated-dependencies: - dependency-name: zendesk/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 4 ++-- .github/workflows/zen-ci-cd.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index de420a8..752de59 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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@v3.3.2 with: path: ${{ steps.find-yarn-cache-folder.outputs.path }} key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }} @@ -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@v3.3.2 with: path: ${{ steps.find-yarn-cache-folder.outputs.path }} key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/zen-ci-cd.yml b/.github/workflows/zen-ci-cd.yml index b08cf90..d3c78e0 100644 --- a/.github/workflows/zen-ci-cd.yml +++ b/.github/workflows/zen-ci-cd.yml @@ -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@v3.3.2 with: path: ${{ steps.find-yarn-cache-folder.outputs.path }} key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }} @@ -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@v3.3.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') }}