Skip to content

Commit

Permalink
Cache upd (#1830)
Browse files Browse the repository at this point in the history
* Update bazel.yml

switch to node20 updated  actions/cache to v4

* Update pre-commit.yml

switch to node20 updated  actions/cache to v4
  • Loading branch information
mosfet80 committed Aug 2, 2024
1 parent ebb5e39 commit 7971a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7971a63

Please sign in to comment.