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 ddd88d7 commit 159f801Copy full SHA for 159f801
2 files changed
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ concurrency:
20
cancel-in-progress: ${{ github.ref_name != 'main' }}
21
jobs:
22
test:
23
- uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7.2.4
+ uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7.4.0
24
with:
25
folders: |
26
[
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
uses: ./.github/workflows/ci.yaml
release:
needs: ci
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.4
+ uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.4.0
27
28
release_files: rules_devicetree-*.tar.gz
29
prerelease: false
0 commit comments