We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929ba5f commit 4b0df5dCopy full SHA for 4b0df5d
2 files changed
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ concurrency:
15
cancel-in-progress: ${{ github.ref_name != 'main' }}
16
jobs:
17
test:
18
- uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
+ uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7
19
with:
20
folders: |
21
[
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ permissions:
contents: write
22
release:
23
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.2
+ uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.4.0
24
25
release_files: rules_docs-*.tar.gz
26
prerelease: false
0 commit comments