From eafdfa2ec9b2885aa90e6dbcf7919d5cbb91ffa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 03:22:32 +0000 Subject: [PATCH] chore(deps): bump bazelbuild/setup-bazelisk from 2.0.0 to 3.0.0 Bumps [bazelbuild/setup-bazelisk](https://github.com/bazelbuild/setup-bazelisk) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/bazelbuild/setup-bazelisk/releases) - [Commits](https://github.com/bazelbuild/setup-bazelisk/compare/95c9bf48d0c570bb3e28e57108f3450cd67c1a44...b39c379c82683a5f25d34f0d062761f62693e0b2) --- updated-dependencies: - dependency-name: bazelbuild/setup-bazelisk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.ci.yml b/.github/workflows/build.ci.yml index 2da0d69..4697acb 100644 --- a/.github/workflows/build.ci.yml +++ b/.github/workflows/build.ci.yml @@ -93,7 +93,7 @@ jobs: run: sudo bash -c 'curl -sSL https://github.com/WebAssembly/binaryen/releases/download/version_111/binaryen-version_111-x86_64-linux.tar.gz | tar -C /usr/local -xz --strip-components=1' - name: "Setup: Authorization" run: echo "build --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_API_KEY }}" > ~/.bazelrc - - uses: bazelbuild/setup-bazelisk@95c9bf48d0c570bb3e28e57108f3450cd67c1a44 # v2 + - uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v2 - name: "🛠️ Build" id: bazelbuild run: bazel build --config=adc --config=ci //elide/runtime/...