From 893150a4c33daddbcce94afdde364890922808a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:44:00 +0000 Subject: [PATCH] build(deps): bump devantler-tech/actions/aggregate-job-checks Bumps [devantler-tech/actions/aggregate-job-checks](https://github.com/devantler-tech/actions) from 10.0.2 to 10.1.1. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/devantler-tech/actions/compare/0f27c13a9785608e0bbf9998777d27761b4de617...94146b00945cdcc75fbd99624d909a2345d2bf67) --- updated-dependencies: - dependency-name: devantler-tech/actions/aggregate-job-checks dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbebe76..0247a14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,6 +50,6 @@ jobs: if: ${{ always() }} steps: - name: 📊 Require all CI checks to pass - uses: devantler-tech/actions/aggregate-job-checks@0f27c13a9785608e0bbf9998777d27761b4de617 # v10.0.2 + uses: devantler-tech/actions/aggregate-job-checks@94146b00945cdcc75fbd99624d909a2345d2bf67 # v10.1.1 with: job-results: ${{ needs.validate.result }}