diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 492c7072..8f009107 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -177,8 +177,8 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 30 env: - WASMTIME_VERSION: v28.0.0 - WASMTIME_NAME: wasmtime-v28.0.0-x86_64-linux + WASMTIME_VERSION: v28.0.1 + WASMTIME_NAME: wasmtime-v28.0.1-x86_64-linux steps: - uses: actions/checkout@v4 - name: Set up wasmtime @@ -319,7 +319,7 @@ jobs: - uses: actions/checkout@v4 - name: Install run: | - wget --output-document=buildifier https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildifier-linux-amd64 + wget --output-document=buildifier https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/buildifier-linux-amd64 sudo chmod +x buildifier - name: Check run: ./buildifier --lint=warn --warnings=all -mode diff $(find . -type f -iname "*.BUILD" -or -iname BUILD -or -iname "*.bzl" -or -iname "*.bazel")