From 5a41fb6bdc6b81e6cb3f6a5ef7c04e96c1a38c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 21:20:14 +0000 Subject: [PATCH] chore(deps): bump actions/cache in /templates/monorepo-service Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../monorepo-service/.github/workflows/canary-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/monorepo-service/.github/workflows/canary-release.yaml b/templates/monorepo-service/.github/workflows/canary-release.yaml index baa4efb..a05d80d 100644 --- a/templates/monorepo-service/.github/workflows/canary-release.yaml +++ b/templates/monorepo-service/.github/workflows/canary-release.yaml @@ -38,7 +38,7 @@ jobs: type=sha,prefix={{branch}}- - name: Cache Docker layers - uses: actions/cache@v2.1.6 + uses: actions/cache@v3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}