Skip to content

Commit

Permalink
Update bazel-contrib/.github action to v6 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate <renovate-thm[bot]@users.noreply.github.com>
  • Loading branch information
renovate-thm[bot] and renovate-thm[bot] authored Apr 17, 2024
1 parent ebc27b0 commit 4c9d4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v5
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
with:
folders: |
[
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release:
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v5
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
permissions:
contents: write
with:
Expand Down

0 comments on commit 4c9d4db

Please sign in to comment.