Skip to content

Commit

Permalink
build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (
Browse files Browse the repository at this point in the history
…#3193)

* build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0

Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.7.0 to 1.8.0.
- [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.7.0...1.8.0)

---
updated-dependencies:
- dependency-name: supercharge/redis-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* update in template too

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivana Kellyerova <[email protected]>
  • Loading branch information
dependabot[bot] and sentrivana authored Jun 25, 2024
1 parent 42a9773 commit f7eb76c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations-data-processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Start Redis
uses: supercharge/redis-github-action@1.7.0
uses: supercharge/redis-github-action@1.8.0
- name: Setup Test Env
run: |
pip install coverage tox
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Start Redis
uses: supercharge/redis-github-action@1.7.0
uses: supercharge/redis-github-action@1.8.0
- name: Setup Test Env
run: |
pip install coverage tox
Expand Down
2 changes: 1 addition & 1 deletion scripts/split-tox-gh-actions/templates/test_group.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

{% if needs_redis %}
- name: Start Redis
uses: supercharge/redis-github-action@1.7.0
uses: supercharge/redis-github-action@1.8.0
{% endif %}

- name: Setup Test Env
Expand Down

0 comments on commit f7eb76c

Please sign in to comment.