* Update bazel.yml

switch to node20 updated  actions/cache to v4

* Update pre-commit.yml

switch to node20 updated  actions/cache to v4
This commit is contained in:
mosfet80 2024-08-02 11:56:57 +02:00 committed by GitHub
parent ebb5e3922d
commit 7971a63070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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 }}