Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps supercharge/redis-github-action from 1.8.1 to 2.

Changelog

Sourced from supercharge/redis-github-action's changelog.

Commits
  • 87f27ff update Node.js version in example
  • d994034 prepare 2.0.0 release
  • ffd8939 Merge pull request #30 from supercharge/remove-container-on-exit
  • c8b7e34 Merge branch 'main' into remove-container-on-exit
  • 90c206d refinements
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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)

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](supercharge/redis-github-action@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] <support@github.com>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2025 03:18
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 1, 2025
@sentrivana sentrivana enabled auto-merge (squash) December 1, 2025 10:25
{% if needs_redis %}
- name: Start Redis
uses: supercharge/redis-github-action@1.8.1
uses: supercharge/redis-github-action@2
Copy link

Choose a reason for hiding this comment

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

Bug: Inconsistent action version tags between template and workflow

The supercharge/redis-github-action version tag is inconsistent between files: the generated workflow file uses @v2 while the template uses @2. Since the workflow file header states it's auto-generated from the template, the next regeneration will change the workflow to use @2. These are different Git refs - v2 and 2 are separate tags. The PR changelog shows the correct tag is v2, so the template reference to @2 may fail to resolve.

Additional Locations (1)

Fix in Cursor Fix in Web

@sentrivana sentrivana merged commit b772c7b into master Dec 1, 2025
155 checks passed
@sentrivana sentrivana deleted the dependabot/github_actions/supercharge/redis-github-action-2 branch December 1, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code skip-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants