aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormosfet80 <realeandrea@yahoo.it>2024-08-02 11:56:57 +0200
committerGitHub <noreply@github.com>2024-08-02 10:56:57 +0100
commit7971a63070dcfa848489cd2c6cdcbdefe8cdb000 (patch)
treea781a471871b2da987b430d4e87aef51337e063e
parentebb5e3922dd1909c2fff4057ff45c39590645d14 (diff)
downloadgoogle-benchmark-7971a63070dcfa848489cd2c6cdcbdefe8cdb000.tar.gz
google-benchmark-7971a63070dcfa848489cd2c6cdcbdefe8cdb000.zip
Cache upd (#1830)
* Update bazel.yml switch to node20 updated actions/cache to v4 * Update pre-commit.yml switch to node20 updated actions/cache to v4
-rw-r--r--.github/workflows/bazel.yml2
-rw-r--r--.github/workflows/pre-commit.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml
index a669cda..b50a8f6 100644
--- a/.github/workflows/bazel.yml
+++ b/.github/workflows/bazel.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: mount bazel cache
- uses: actions/cache@v3
+ uses: actions/cache@v4
env:
cache-name: bazel-cache
with:
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 5d65b99..8b217e9 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: python -m pip install ".[dev]"
- name: Cache pre-commit tools
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: |
${{ env.MYPY_CACHE_DIR }}