Skip to content

Commit

Permalink
Merge branch 'main' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 authored Aug 2, 2024
2 parents 0dd022d + 7971a63 commit 660a84d
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 660a84d

Please sign in to comment.