We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a1df4 commit 3dfb21cCopy full SHA for 3dfb21c
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.2.4
24
25
release_files: rules_docgen-*.tar.gz
26
prerelease: false
0 commit comments