diff --git a/.github/workflows/ci-bazel.yml b/.github/workflows/ci-bazel.yml index 6c4423377..a12a7c580 100644 --- a/.github/workflows/ci-bazel.yml +++ b/.github/workflows/ci-bazel.yml @@ -15,7 +15,7 @@ jobs: BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v4 - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' - run: .github/bazel.sh diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 52ba22940..0f0a57a15 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -18,7 +18,7 @@ jobs: USER: runner steps: - uses: actions/checkout@v4 - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' - run: app/build.sh diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index afa318559..892922e48 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -35,7 +35,7 @@ jobs: # Stash the timestamp for the commit SHA that triggered the workflow. - run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" shell: bash - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' - name: Prepare Python ${{ matrix.ver }} environment @@ -88,7 +88,7 @@ jobs: # Stash the timestamp for the commit SHA that triggered the workflow. - run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" shell: bash - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' - uses: actions/setup-python@v5 @@ -139,7 +139,7 @@ jobs: # Stash the timestamp for the commit SHA that triggered the workflow. - run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" shell: bash - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' # Lowercase the architecture name for `actions/setup-python`.