From e95bfc2f8d7c498d34845e7e788c747beba85a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 12:58:53 -0400 Subject: [PATCH] chore(deps): bump actions/cache from v1 to v2.1.1 (#6) Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...5ca27f25cb3a0babe750cad7e4fddd3e55f29e9a) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c09365f..008e0fa 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@v1 + uses: actions/cache@v2.1.1 with: path: "/home/runner/.cache/bazel" key: bazel diff --git a/.github/workflows/dev-container.yml b/.github/workflows/dev-container.yml index 4dd5f4d..397ecd6 100644 --- a/.github/workflows/dev-container.yml +++ b/.github/workflows/dev-container.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@master - name: Mount bazel cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.1 with: path: "/home/runner/.cache/bazel" key: bazel