From 0bd83e135e837105b304b1c1ed46541d3c341fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:05:06 +0000 Subject: [PATCH] Bump actions/cache from 3.0.5 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.5...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-front.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-front.yml b/.github/workflows/cicd-front.yml index 41dbbbb..959e7ac 100644 --- a/.github/workflows/cicd-front.yml +++ b/.github/workflows/cicd-front.yml @@ -25,7 +25,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.2.3 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}