Skip to content

Commit e2a27a1

Browse files
dependabot[bot]sentrivana
authored andcommitted
build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (#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]>
1 parent 60eefe1 commit e2a27a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-integrations-data-processing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: Start Redis
40-
uses: supercharge/redis-github-action@1.7.0
40+
uses: supercharge/redis-github-action@1.8.0
4141
- name: Setup Test Env
4242
run: |
4343
pip install coverage tox
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
python-version: ${{ matrix.python-version }}
113113
- name: Start Redis
114-
uses: supercharge/redis-github-action@1.7.0
114+
uses: supercharge/redis-github-action@1.8.0
115115
- name: Setup Test Env
116116
run: |
117117
pip install coverage tox

scripts/split-tox-gh-actions/templates/test_group.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
{% if needs_redis %}
5757
- name: Start Redis
58-
uses: supercharge/redis-github-action@1.7.0
58+
uses: supercharge/redis-github-action@1.8.0
5959
{% endif %}
6060

6161
- name: Setup Test Env

0 commit comments

Comments
 (0)