Skip to content

Commit

Permalink
chore(deps): update dependency bazel to v5.4.1 (#86)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency bazel to v5.4.1

* Update GitHub workflow Bazel version (and reformat yml)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nikolaus Wittenstein <[email protected]>
  • Loading branch information
renovate[bot] and adzenith authored Feb 1, 2024
1 parent f76b883 commit b982766
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.4.1
22 changes: 11 additions & 11 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
test:
runs-on: ubuntu-latest

steps:
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
- uses: actions/checkout@v2
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
- uses: actions/checkout@v2

- name: Setup Bazel
uses: abhinavsingh/setup-bazel@v3
with:
# Must match version in repo's .bazelversion file.
version: 5.1.0
- name: Setup Bazel
uses: abhinavsingh/setup-bazel@v3
with:
# Must match version in repo's .bazelversion file.
version: 5.4.1

- name: Run tests
run: ./test.sh
- name: Run tests
run: ./test.sh

0 comments on commit b982766

Please sign in to comment.