diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index c34285e..d521e62 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -1,4 +1,3 @@ -# TODO: Update version for tweag/write-bazelrc name: Continuous integration on: push: @@ -37,18 +36,18 @@ jobs: buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }} bazelrc_path: .bazelrc.auth - name: Configure for CI - uses: tweag/write-bazelrc@0ab86694ee69bdeede9416587412e0c5d93f5a44 # cg/initial_implementation + uses: tweag/write-bazelrc@v0 with: content: build --config=ci - name: Disable stardoc # Windows: Stardoc complains about docstring quote indentation on Windows. # bzlmod: Stardoc does not work with bzlmod. if: ${{ runner.os == 'Windows' || matrix.bazel_mode == 'module' }} - uses: tweag/write-bazelrc@0ab86694ee69bdeede9416587412e0c5d93f5a44 # cg/initial_implementation + uses: tweag/write-bazelrc@v0 with: content: build --config=no-stardoc - name: Enable bzlmod - uses: tweag/write-bazelrc@0ab86694ee69bdeede9416587412e0c5d93f5a44 # cg/initial_implementation + uses: tweag/write-bazelrc@v0 if: ${{ matrix.bazel_mode == 'module' }} with: content: build --experimental_enable_bzlmod