From ebea1400093b8b4d16b177d6f8d8625dc8af45f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 23:25:06 +0000 Subject: [PATCH] chore(deps): update ecsact repositories --- .github/workflows/ci.yaml | 2 +- MODULE.bazel | 2 +- e2e/bzlmod-ecsact-sdk/MODULE.bazel | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ad6f3a..8c41ff3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/MODULE.bazel b/MODULE.bazel index 1d0055a..0161020 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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) diff --git a/e2e/bzlmod-ecsact-sdk/MODULE.bazel b/e2e/bzlmod-ecsact-sdk/MODULE.bazel index 6445dd3..a3c5eea 100644 --- a/e2e/bzlmod-ecsact-sdk/MODULE.bazel +++ b/e2e/bzlmod-ecsact-sdk/MODULE.bazel @@ -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(