From 2f8eea0ee80deec075f060d8cfe481aa258f40fd Mon Sep 17 00:00:00 2001 From: seaubot Date: Fri, 29 Nov 2024 15:50:44 -0800 Subject: [PATCH] chore: sync with ecsact_common --- .bazelversion | 2 +- .github/workflows/main.yml | 8 +++----- 2 files changed, 4 insertions(+), 6 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/.github/workflows/main.yml b/.github/workflows/main.yml index 34b26a4..2838867 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,16 +22,15 @@ 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: - - name: Setup Wasmer - uses: wasmerio/setup-wasmer@v3.1 - uses: actions/cache@v4 with: path: | @@ -48,10 +47,9 @@ 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: - - name: Setup Wasmer - uses: wasmerio/setup-wasmer@v3.1 - uses: actions/cache@v4 with: path: |