Skip to content

Commit 3d24884

Browse files
Build(ci): Bump supercharge/redis-github-action from 1.8.0 to 1.8.1 (#3852)
Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.8.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/supercharge/redis-github-action/releases">supercharge/redis-github-action's releases</a>.</em></p> <blockquote> <h2>1.8.1</h2> <p>Release 1.8.1</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/supercharge/redis-github-action/blob/main/CHANGELOG.md">supercharge/redis-github-action's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/supercharge/redis-github-action/compare/v1.8.0...v1.8.1">1.8.1</a> - 2025-11-12</h2> <h3>Fixed</h3> <ul> <li>change Docker tag from <code>docker:stable</code> to <code>docker:latest</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/supercharge/redis-github-action/commit/bc274cb7238cd63a45029db04ee48c07a72609fd"><code>bc274cb</code></a> prepare readme for 1.8.1</li> <li><a href="https://github.com/supercharge/redis-github-action/commit/a52dd79434c527d6e12cd553e20d2c0963ca0c72"><code>a52dd79</code></a> prepare changelog for 1.8.1</li> <li><a href="https://github.com/supercharge/redis-github-action/commit/9c3a1cd75b23572b400b4f98c6c5f4452f04e137"><code>9c3a1cd</code></a> Merge pull request <a href="https://redirect.github.com/supercharge/redis-github-action/issues/29">#29</a> from supercharge/28-with-the-docker-v29-release-this-a...</li> <li><a href="https://github.com/supercharge/redis-github-action/commit/6991b778775793e12300cc62164be57f1941d6fa"><code>6991b77</code></a> switch from docker:stable to docker:latest</li> <li><a href="https://github.com/supercharge/redis-github-action/commit/f21a04dc984291eb03cd4dd35c8c753354ee4abb"><code>f21a04d</code></a> Merge pull request <a href="https://redirect.github.com/supercharge/redis-github-action/issues/27">#27</a> from DhavalGojiya/bugfix/issue-26-redis-rm-flag-order</li> <li><a href="https://github.com/supercharge/redis-github-action/commit/f7760cc24858b9062190a8f7cbfe96d2a6857e74"><code>f7760cc</code></a> [FIX] - Correct '--rm' argument placement in docker run (<a href="https://redirect.github.com/supercharge/redis-github-action/issues/26">#26</a>)</li> <li><a href="https://github.com/supercharge/redis-github-action/commit/0bc8516b2a497a7530f5fcd005a4e54d0865c04d"><code>0bc8516</code></a> add steps on how to create a new release for my future self</li> <li>See full diff in <a href="https://github.com/supercharge/redis-github-action/compare/1.8.0...1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=supercharge/redis-github-action&package-manager=github_actions&previous-version=1.8.0&new-version=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce8219a commit 3d24884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Start Redis
6262
if: startsWith(runner.os, 'Linux') && (matrix.py == '3.11')
63-
uses: supercharge/redis-github-action@1.8.0
63+
uses: supercharge/redis-github-action@1.8.1
6464
with:
6565
redis-version: 6
6666

0 commit comments

Comments
 (0)