From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 01:42:53 +0000 (-0400) Subject: Bump actions/cache from 2.1.7 to 3 (GH-2962) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2d62a09e838d2df98961e6e93036abad54f28c5f Bump actions/cache from 2.1.7 to 3 (GH-2962) 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/v2.1.7...v3) --- 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> --- diff --git a/.github/workflows/diff_shades.yml b/.github/workflows/diff_shades.yml index 0529b13..611d8bc 100644 --- a/.github/workflows/diff_shades.yml +++ b/.github/workflows/diff_shades.yml @@ -68,7 +68,7 @@ jobs: - name: Attempt to use cached baseline analysis id: baseline-cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ${{ matrix.baseline-analysis }} key: ${{ matrix.baseline-cache-key }}