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