From 7456243a0a723ce808079e9000f6a75296a3ab3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:32:46 +0000 Subject: [PATCH] Bump re-actors/alls-green in the github_actions group Bumps the github_actions group with 1 update: [re-actors/alls-green](https://github.com/re-actors/alls-green). Updates `re-actors/alls-green` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/re-actors/alls-green/releases) - [Commits](https://github.com/re-actors/alls-green/compare/v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: re-actors/alls-green dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 91e3ee3..eb39c61 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -54,6 +54,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: re-actors/alls-green@v1.2.2 + - uses: re-actors/alls-green@v1.3.0 with: jobs: ${{ toJSON(needs) }}