Skip to content

chore(ci): update supercharge/redis-github-action to v1.8.1#171

Merged
kinyoklion merged 3 commits into
mainfrom
devin/1770939644-fix-redis-action-docker-compat
Feb 13, 2026
Merged

chore(ci): update supercharge/redis-github-action to v1.8.1#171
kinyoklion merged 3 commits into
mainfrom
devin/1770939644-fix-redis-action-docker-compat

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Feb 12, 2026

Copy link
Copy Markdown
Contributor

Requirements

  • I have added test coverage for new or changed functionality — N/A, CI infrastructure change only
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions — N/A, CI infrastructure change only

Related issues

Fixes the CI failure in PR #170 where all three "Build and Test" matrix jobs fail at the Redis setup step.

Describe the solution you've provided

Updates the pinned SHA for supercharge/redis-github-action in .github/actions/ci/action.yml from v1.8.0 (ea9b21c...) to v1.8.1 (bc274cb...).

The v1.8.0 Docker container action bundles a Docker client using API version 1.40, which is now incompatible with the Docker daemon on ubuntu-24.04 runners (minimum API version 1.44). This causes the error:

docker: Error response from daemon: client version 1.40 is too old.
Minimum supported API version is 1.44, please upgrade your client to a newer version.

Human review checklist

  • Verify bc274cb7238cd63a45029db04ee48c07a72609fd corresponds to the v1.8.1 release of supercharge/redis-github-action
  • Confirm CI passes with the updated action

Describe alternatives you've considered

Could replace the action entirely with a raw docker run step for Redis, but updating to the latest release is the simplest and least disruptive fix.

Additional context

The Docker client bundled with v1.8.0 (API version 1.40) is incompatible
with the Docker daemon on ubuntu-24.04 runners which requires minimum
API version 1.44. Updating to v1.8.1 resolves this.

Co-Authored-By: rlamb@launchdarkly.com <rlamb@launchdarkly.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@devin-ai-integration devin-ai-integration Bot added the devin-pr PR created by Devin label Feb 12, 2026
@kinyoklion kinyoklion changed the title fix: update supercharge/redis-github-action to v1.8.1 chore(ci): update supercharge/redis-github-action to v1.8.1 Feb 12, 2026
Co-Authored-By: rlamb@launchdarkly.com <rlamb@launchdarkly.com>
Comment thread .github/actions/ci/action.yml Outdated
- run: make compile
shell: bash
- uses: supercharge/redis-github-action@ea9b21c6ecece47bd99595c532e481390ea0f044
- uses: supercharge/redis-github-action@105b02b0ae87d7c6a8bb8debaf94b553a593327b

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bc274cb7238cd63a45029db04ee48c07a72609fd

Which you included in the PR description, but didn't use.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch — I was using the tag object SHA from git ls-remote instead of the commit SHA. Updated to bc274cb7238cd63a45029db04ee48c07a72609fd.

Co-Authored-By: rlamb@launchdarkly.com <rlamb@launchdarkly.com>
@kinyoklion kinyoklion marked this pull request as ready for review February 13, 2026 00:01
@kinyoklion kinyoklion requested a review from a team as a code owner February 13, 2026 00:01
@kinyoklion kinyoklion merged commit c10a491 into main Feb 13, 2026
7 checks passed
@kinyoklion kinyoklion deleted the devin/1770939644-fix-redis-action-docker-compat branch February 13, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devin-pr PR created by Devin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants