Bump actions/cache from 5 to 6 (#153)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index cb20058..c90a4f3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -32,7 +32,7 @@
- name: "Checkout the sources"
uses: actions/checkout@v7
- name: Mount bazel caches
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: |
~/.cache/bazel
@@ -59,7 +59,7 @@
- name: "Checkout the sources"
uses: actions/checkout@v7
- name: Mount bazel caches
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: |
~/.cache/bazel