Skip to content

Commit

Permalink
Merge branch 'renovate/rules_foreign_cc-0.x' of github.com:mvukov/rul…
Browse files Browse the repository at this point in the history
…es_ros2 into renovate/rules_foreign_cc-0.x
  • Loading branch information
mvukov committed Oct 5, 2024
2 parents 5aa5388 + 744b28c commit d661f48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.1
7.3.2
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# previously built artifacts to minimize build time. The more precise you are with
# hashFiles sources the less work bazel will have to do.
- name: Mount bazel caches
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: |
~/.cache/bazel
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
- id: reorder-python-imports
args: [--py37-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.9
hooks:
- id: ruff
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
Expand Down

0 comments on commit d661f48

Please sign in to comment.