From feccef4403ecad5ed59a7186f5a2883ba2e1b6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 18:03:09 +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.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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..ba8caf9b 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.7 - if: env.SHOULD_RUN == 'true' uses: actions/setup-python@v2.2.2 - if: env.SHOULD_RUN == 'true'