From 103fb887d66c2fdaf7439af80e7632d32397a9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:44:20 +0000 Subject: [PATCH] bump devantler-tech/actions/aggregate-job-checks from 10.0.1 to 10.0.2 Bumps [devantler-tech/actions/aggregate-job-checks](https://github.com/devantler-tech/actions) from 10.0.1 to 10.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/468d652134d991e5cdd4feb1fb942c443897a17f...0f27c13a9785608e0bbf9998777d27761b4de617) --- updated-dependencies: - dependency-name: devantler-tech/actions/aggregate-job-checks dependency-version: 10.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 057c3d8..dbebe76 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@468d652134d991e5cdd4feb1fb942c443897a17f # v10.0.1 + uses: devantler-tech/actions/aggregate-job-checks@0f27c13a9785608e0bbf9998777d27761b4de617 # v10.0.2 with: job-results: ${{ needs.validate.result }}