Skip to content

Commit

Permalink
Merge branch 'main' into renovate/bazel_skylib-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Apr 13, 2024
2 parents 0295e6c + 83eddb9 commit 8ef8e1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0
7.1.1
2 changes: 1 addition & 1 deletion .github/workflows/buildifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: buildifier
run: bazel run --enable_bzlmod //.github/workflows:buildifier.check
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- name: "Checkout the sources"
uses: actions/checkout@v4
- name: Mount bazel caches
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/bazel
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 tests //..."
env:
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
Expand All @@ -52,14 +52,14 @@ jobs:
- name: "Checkout the sources"
uses: actions/checkout@v4
- name: Mount bazel caches
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/bazel
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 ${{ matrix.directory }}"
env:
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
Expand Down

0 comments on commit 8ef8e1e

Please sign in to comment.