From e967d0930e9a58bd58043883b064c5405fcc50e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 18:01:10 +0000 Subject: [PATCH] chore(deps): bump actions/cache in /.github/dependabotGithubActions Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] --- .github/dependabotGithubActions/.github/workflows/dummy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabotGithubActions/.github/workflows/dummy.yml b/.github/dependabotGithubActions/.github/workflows/dummy.yml index 144e1c29..9da7b133 100644 --- a/.github/dependabotGithubActions/.github/workflows/dummy.yml +++ b/.github/dependabotGithubActions/.github/workflows/dummy.yml @@ -21,7 +21,7 @@ jobs: - if: env.SHOULD_RUN == 'true' uses: actions/setup-node@v2.1.5 - if: env.SHOULD_RUN == 'true' - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 - if: env.SHOULD_RUN == 'true' uses: actions/setup-python@v2.2.2 - if: env.SHOULD_RUN == 'true'