| commit | 05968e593432f01f66426c922c14882c1b0852ab | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Feb 28 07:43:30 2025 +0000 |
| committer | GitHub <noreply@github.com> | Fri Feb 28 07:43:30 2025 +0000 |
| tree | 7483186947c4a790ccb39a6144113a699bf12274 | |
| parent | d3bfa4b9b639c47ffaee7c1c1b76044c92fa66cc [diff] |
build(deps): bump actions/cache in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.1 to 4.2.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/0c907a75c2c80ebcb7f088228285e798b750cf8f...d4323d4df104b026a6aa633fdb11d772146be0bf) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 3e14f7f..7f17d0d 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml
@@ -24,7 +24,7 @@ - name: Download dependencies run: python3 utils/git-sync-deps - name: Mount Bazel cache - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: ~/.bazel/cache key: bazel-cache-${{ runner.os }} @@ -47,7 +47,7 @@ - name: Download dependencies run: python3 utils/git-sync-deps - name: Mount Bazel cache - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: ~/.bazel/cache key: bazel-cache-${{ runner.os }}