Skip to content

Commit

Permalink
chore(deps): update bazel-contrib/.github action to v6 (#37)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bazel-contrib/.github](https://togithub.com/bazel-contrib/.github) |
action | major | `v5` -> `v6` |

---

### Release Notes

<details>
<summary>bazel-contrib/.github (bazel-contrib/.github)</summary>

### [`v6`](https://togithub.com/bazel-contrib/.github/compare/v5...v6)

[Compare
Source](https://togithub.com/bazel-contrib/.github/compare/v5...v6)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM3NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate <renovate-thm[bot]@users.noreply.github.com>
  • Loading branch information
renovate-thm[bot] and renovate-thm[bot] committed May 22, 2024
1 parent 2a85256 commit 697afde
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 697afde

Please sign in to comment.