From 2bd11b369d7fdedc605620e71e80231b0a5e2548 Mon Sep 17 00:00:00 2001 From: seaubot Date: Tue, 10 Dec 2024 09:06:01 -0800 Subject: [PATCH] chore: sync with ecsact_common --- .bazelversion | 2 +- .github/workflows/main.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.bazelversion b/.bazelversion index 15020207..ae9a76b9 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 a99624f3..28388678 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