From bba5a6f13552d0a26824d281c0eda87d2d5c50d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:03:06 +0000 Subject: [PATCH] chore(deps): bump actions/cache in /.github/dependabotGithubActions Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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..d9f67c19 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@v3 - if: env.SHOULD_RUN == 'true' uses: actions/setup-python@v2.2.2 - if: env.SHOULD_RUN == 'true'