From 85cc05cd46078fafa9a2072a22448029da968341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 12:49:14 +0100 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3 (#13) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/937d24475381cd9c75ae6db12cb4e79714b926ed...4b0cf6cc4619e737324ddfcec08fff2413359514) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 737c02e..01d501f 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: echo "REGISTRIES_PATH=$R_PATH" >> $GITHUB_ENV shell: bash - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed + - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 id: cache with: path: "${{ format('{0}\n{1}\n{2}', env.ARTIFACTS_PATH, env.PACKAGES_PATH, env.REGISTRIES_PATH) }}"