From 7277a4317fb654cef3a095119afa6e1e774908b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:18:20 +0000 Subject: [PATCH 1/2] build(deps): bump supercharge/redis-github-action from 1.8.1 to 2 Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.8.1 to 2. - [Release notes](https://github.com/supercharge/redis-github-action/releases) - [Changelog](https://github.com/supercharge/redis-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/redis-github-action/compare/1.8.1...v2) --- updated-dependencies: - dependency-name: supercharge/redis-github-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-integrations-tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations-tasks.yml b/.github/workflows/test-integrations-tasks.yml index ff565e27e5..1ad8f25cc6 100644 --- a/.github/workflows/test-integrations-tasks.yml +++ b/.github/workflows/test-integrations-tasks.yml @@ -45,7 +45,7 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - name: Start Redis - uses: supercharge/redis-github-action@1.8.1 + uses: supercharge/redis-github-action@v2 - name: Install Java uses: actions/setup-java@v5 with: From 2b892a35826c9540432027dfc07cc4e5d5761fa1 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Mon, 1 Dec 2025 11:24:45 +0100 Subject: [PATCH 2/2] update in template --- scripts/split_tox_gh_actions/templates/test_group.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/split_tox_gh_actions/templates/test_group.jinja b/scripts/split_tox_gh_actions/templates/test_group.jinja index 10ef7cfec3..60bb79de24 100644 --- a/scripts/split_tox_gh_actions/templates/test_group.jinja +++ b/scripts/split_tox_gh_actions/templates/test_group.jinja @@ -56,7 +56,7 @@ {% if needs_redis %} - name: Start Redis - uses: supercharge/redis-github-action@1.8.1 + uses: supercharge/redis-github-action@2 {% endif %} {% if needs_java %}