Skip to content

Commit e1bc22e

Browse files
dependabot[bot]Mizux
authored andcommitted
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) and [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action). Updates `bazel-contrib/setup-bazel` from 0.15.0 to 0.18.0 - [Release notes](https://github.com/bazel-contrib/setup-bazel/releases) - [Commits](bazel-contrib/setup-bazel@0.15.0...0.18.0) Updates `jidicula/clang-format-action` from 4.16.0 to 4.18.0 - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.16.0...v4.18.0) --- updated-dependencies: - dependency-name: bazel-contrib/setup-bazel dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: jidicula/clang-format-action dependency-version: 4.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdcf172 commit e1bc22e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/amd64_windows_bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python-version: ${{matrix.python.version}}
4848
- name: Check Python
4949
run: python --version
50-
- uses: bazel-contrib/setup-bazel@0.15.0
50+
- uses: bazel-contrib/setup-bazel@0.18.0
5151
- name: Check Bazel
5252
run: bazel version
5353
- name: Restore bazel cache

.github/workflows/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v6
24-
- uses: jidicula/clang-format-action@v4.16.0
24+
- uses: jidicula/clang-format-action@v4.18.0
2525
with:
2626
exclude-regex: '\.tab\.hh$'
2727
###############################################################################

0 commit comments

Comments
 (0)