Skip to content

Commit

Permalink
ci: Update buildifier and wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Jan 16, 2025
1 parent 16a5e5d commit 8e778c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 8e778c5

Please sign in to comment.