From da90d4c25fcda0d37008b8cbeffd6d6fbd46eeda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 12:54:21 +0000 Subject: [PATCH] Bump the github_actions group across 1 directory with 2 updates Bumps the github_actions group with 2 updates in the / directory: [ewels/rich-codex](https://github.com/ewels/rich-codex) and [re-actors/alls-green](https://github.com/re-actors/alls-green). Updates `ewels/rich-codex` from 1.2.11 to 1.3.1 - [Release notes](https://github.com/ewels/rich-codex/releases) - [Changelog](https://github.com/ewels/rich-codex/blob/main/CHANGELOG.md) - [Commits](https://github.com/ewels/rich-codex/compare/v1.2.11...v1.3.1) 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: ewels/rich-codex dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions - 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/rich-codex.yaml | 2 +- .github/workflows/testing.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rich-codex.yaml b/.github/workflows/rich-codex.yaml index d71137a..4ebdb6c 100644 --- a/.github/workflows/rich-codex.yaml +++ b/.github/workflows/rich-codex.yaml @@ -34,7 +34,7 @@ jobs: - name: Install project run: uv sync --locked --dev --all-extras --managed-python - name: Generate terminal images with rich-codex - uses: ewels/rich-codex@v1.2.11 + uses: ewels/rich-codex@v1.3.1 with: commit_changes: true clean_img_paths: docs/img/*.svg diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 705baaf..394beef 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -55,6 +55,6 @@ jobs: steps: - name: Check for failures - uses: re-actors/alls-green@v1.2.2 + uses: re-actors/alls-green@v1.3.0 with: jobs: ${{ toJSON(needs) }}