From 9f605eaa7e01f9225ee73e3073b6e271f82f66b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 20:38:26 +0100 Subject: [PATCH] Bump actions/cache from v2 to v2.1.4 (#5866) Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rector.yaml b/.github/workflows/rector.yaml index 33ad9aea67f9..ae17e84839ac 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -56,7 +56,7 @@ jobs: php-version: 7.3 coverage: none - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 env: cache-name: rector-container-cache with: