We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4644bc0 commit a4c3f91Copy full SHA for a4c3f91
.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/[email protected].2
+ uses: bazel-contrib/.github/.github/workflows/[email protected].3
24
25
release_files: rules_mylang-*.tar.gz
26
prerelease: false
0 commit comments