Skip to content

Commit

Permalink
Merge pull request #410 from jrobichaud/dependabot/github_actions/sup…
Browse files Browse the repository at this point in the history
…ercharge/redis-github-action-1.8.0
  • Loading branch information
jrobichaud committed Dec 18, 2023
2 parents e5c0849 + db23e73 commit 93c71ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt
- name: Start Redis
uses: supercharge/redis-github-action@1.7.0
uses: supercharge/redis-github-action@1.8.0
- name: Test demo app
env:
CELERY_BROKER_URL: redis://0.0.0.0:6379
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
python -m pip install -U setuptools
python -m pip install tox tox-gh-actions
- name: Start Redis
uses: supercharge/redis-github-action@1.7.0
uses: supercharge/redis-github-action@1.8.0
- name: Test with tox
run: tox
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 93c71ab

Please sign in to comment.