Bump actions/cache from 4.0.1 to 4.0.2

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-19 18:38:47 +00:00 committed by GitHub
parent 8cd29a1abd
commit 9463d05eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Cache Docker layers
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }}

View File

@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4
- name: Mount Bazel Cache
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: "/home/runner/repo-cache/"
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

View File

@ -87,7 +87,7 @@ jobs:
repository: bazelbuild/bazel
path: bazel
- name: MOUNT BAZEL CACHE
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: "/home/runner/.cache/bazel"
key: bazel

View File

@ -30,7 +30,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30 # seconds
- name: MOUNT BAZEL CACHE
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: "/home/runner/repo-cache/"
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

View File

@ -54,7 +54,7 @@ jobs:
elixir-version: ${{ matrix.elixir_version }}
- name: Mount Bazel Cache
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: "/home/runner/repo-cache/"
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

View File

@ -12,7 +12,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v4
- name: MOUNT BAZEL CACHE
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: "/home/runner/repo-cache/"
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

View File

@ -72,7 +72,7 @@ jobs:
path: secondary-umbrella
- name: MOUNT BAZEL CACHE
if: env.exists != 'true'
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: "/home/runner/repo-cache/"
key: repo-cache-secondary-umbrella-${{ hashFiles('primary-umbrella/MODULE.bazel','primary-umbrella/WORKSPACE','primary-umbrella/bazel/bzlmod/secondary_umbrella.bzl') }}
@ -140,7 +140,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v4
- name: MOUNT BAZEL CACHE
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: "/home/runner/repo-cache/"
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

View File

@ -51,7 +51,7 @@ jobs:
elixir-version: ${{ matrix.elixir_version }}
- name: Mount Bazel Cache
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: "/home/runner/repo-cache/"
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

View File

@ -42,7 +42,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v4
- name: MOUNT BAZEL CACHE
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: "/home/runner/repo-cache/"
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}