From e00007d81fe3cfd89f85760bc1312914555ea75d Mon Sep 17 00:00:00 2001 From: seaubot Date: Fri, 29 Nov 2024 15:50:29 -0800 Subject: [PATCH] chore: sync with ecsact_common --- .bazelversion | 2 +- .editorconfig | 1 - .github/workflows/main.yml | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bazelversion b/.bazelversion index 1502020..815da58 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.3.0 +7.4.1 diff --git a/.editorconfig b/.editorconfig index faea8cb..250ffac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,6 @@ root = true [*] end_of_line = lf insert_final_newline = true -indent_size = 4 [*.{cc,hh,cpp,hpp}] # matching .clang-format IndentWidth 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