Skip to content

Commit

Permalink
Bump bazelbuild/setup-bazelisk from 2 to 3 (#93)
Browse files Browse the repository at this point in the history
Bumps [bazelbuild/setup-bazelisk](https://github.com/bazelbuild/setup-bazelisk) from 2 to 3.
- [Release notes](https://github.com/bazelbuild/setup-bazelisk/releases)
- [Commits](bazelbuild/setup-bazelisk@v2...v3)

---
updated-dependencies:
- dependency-name: bazelbuild/setup-bazelisk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent a5b25a8 commit 18b279d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE', 'WORKSPACE.bazel') }}
restore-keys: bazel-cache-
- name: "Setup Bazelisk"
uses: bazelbuild/setup-bazelisk@v2
uses: bazelbuild/setup-bazelisk@v3
- name: "Building //bazel:android-all"
run: bazel --bazelrc=${{ github.workspace }}/.github/workflows/ci.bazelrc build //bazel:android-all --enable_bzlmod=${{ matrix.bzlmod }}
integration-tests:
Expand All @@ -53,7 +53,7 @@ jobs:
key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE', 'WORKSPACE.bazel') }}
restore-keys: bazel-cache-
- name: "Setup Bazelisk"
uses: bazelbuild/setup-bazelisk@v2
uses: bazelbuild/setup-bazelisk@v3
- name: "Running integration tests"
working-directory: examples/simple
run: bazel --bazelrc=${{ github.workspace }}/.github/workflows/ci.bazelrc test //:SparseArraySetTest --enable_bzlmod=${{ matrix.bzlmod }}

0 comments on commit 18b279d

Please sign in to comment.