From 85ef47a80b0cbf8cc2fc81ae2e75411129c3270b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 11:51:15 +0000 Subject: [PATCH] chore(deps): bump actions/cache from v2.1.1 to v2.1.2 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.1...d1255ad9362389eac595a9ae406b8e8cb3331f16) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/dev-container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed470be..40d4dd3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@master - name: Mount bazel cache - uses: actions/cache@v2.1.1 + uses: actions/cache@v2.1.2 with: path: | /home/runner/.cache/bazel diff --git a/.github/workflows/dev-container.yml b/.github/workflows/dev-container.yml index 15db45e..d363a96 100644 --- a/.github/workflows/dev-container.yml +++ b/.github/workflows/dev-container.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@master - name: Mount bazel cache - uses: actions/cache@v2.1.1 + uses: actions/cache@v2.1.2 with: path: | /home/runner/.cache/bazel