Skip to content

Commit

Permalink
chore(deps): update ecsact repositories (#55)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| ecsact-dev/github-action | action | digest | `8919305` -> `20dce3b` |
| ecsact_cli | bazel_dep | patch | `0.3.4` -> `0.3.13` |
| ecsact_cli | bazel_dep | patch | `0.3.12` -> `0.3.13` |

---

### Configuration

📅 **Schedule**: Branch creation - "after 1am and before 6am" in timezone
America/Vancouver, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ecsact-dev/rules_ecsact).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent 6afde02 commit a8dd8a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: ecsact-dev/github-action@8919305619f476ac32e8310bf68dbd4b4b820cf3
- uses: ecsact-dev/github-action@20dce3b35d5212e824ef00d8737ec4953ce3e5d3
- uses: actions/checkout@v4
- name: bazel test //...
working-directory: e2e/bzlmod-ecsact-sdk
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module(
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "ecsact_cli", version = "0.3.12")
bazel_dep(name = "ecsact_cli", version = "0.3.13")

bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)
2 changes: 1 addition & 1 deletion e2e/bzlmod-ecsact-sdk/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "rules_ecsact")
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "ecsact_cli", version = "0.3.4")
bazel_dep(name = "ecsact_cli", version = "0.3.13")
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)

local_path_override(
Expand Down

0 comments on commit a8dd8a3

Please # to comment.