From 084e91962390ded8e98d9a16cf4d2aeb2605b522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:45:10 +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 9.0.0 to 9.0.2. - [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/5aa2657f976103d716f585266a0fa4e964594df2...b69839ba2debe04a46321b7698b6daf57667d4e7) --- updated-dependencies: - dependency-name: devantler-tech/actions/aggregate-job-checks dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1d6b20c..c9b510f 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@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 + uses: devantler-tech/actions/aggregate-job-checks@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 with: job-results: ${{ needs.validate.result }}