Skip to content

Commit 99842fc

Browse files
chore(deps): bump supercharge/redis-github-action from 1.6.0 to 1.8.0
Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.6.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.6.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 7a4c9a9 commit 99842fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
264264
run: pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto
265265
- name: Start Redis
266-
uses: supercharge/redis-github-action@1.6.0
266+
uses: supercharge/redis-github-action@1.8.0
267267
- name: Test with pytest (serial)
268268
env:
269269
POETRY_VIRTUALENVS_CREATE: false
@@ -314,7 +314,7 @@ jobs:
314314
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
315315
run: pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto
316316
- name: Start Redis
317-
uses: supercharge/redis-github-action@1.6.0
317+
uses: supercharge/redis-github-action@1.8.0
318318
- name: Test with pytest (serial)
319319
env:
320320
POETRY_VIRTUALENVS_CREATE: false

0 commit comments

Comments
 (0)