Skip to content

Commit 3bbe101

Browse files
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]>
1 parent 42a9773 commit 3bbe101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)