From 3b4785a7f782ef60bb745ff2fa1bd577f123f3d5 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 10 Dec 2024 09:13:12 -0800 Subject: [PATCH] chore: sync with ecsact_common (#170) Co-authored-by: seaubot --- .bazelversion | 2 +- .github/workflows/main.yml | 4 +++- test/.bazelversion | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 test/.bazelversion diff --git a/.bazelversion b/.bazelversion index 1502020..ae9a76b 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.3.0 +8.0.0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a99624f..2838867 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,12 +22,13 @@ jobs: - uses: actions/checkout@v4 - uses: greut/eclint-action@v0 - uses: jidicula/clang-format-action@v4.11.0 - with: { clang-format-version: "18" } + with: { clang-format-version: "19" } test-windows: if: >- (github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot')) || (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot') + || contains(github.event.pull_request.labels.*.name, 'ci:always') runs-on: windows-latest steps: - uses: actions/cache@v4 @@ -46,6 +47,7 @@ jobs: if: >- (github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot')) || (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot') + || contains(github.event.pull_request.labels.*.name, 'ci:always') runs-on: ubuntu-latest steps: - uses: actions/cache@v4 diff --git a/test/.bazelversion b/test/.bazelversion new file mode 100644 index 0000000..ae9a76b --- /dev/null +++ b/test/.bazelversion @@ -0,0 +1 @@ +8.0.0