File tree 2 files changed +3
-3
lines changed
scripts/split-tox-gh-actions/templates
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
- name : Start Redis
40
- uses : supercharge/redis-github-action@1.7 .0
40
+ uses : supercharge/redis-github-action@1.8 .0
41
41
- name : Setup Test Env
42
42
run : |
43
43
pip install coverage tox
@@ -111,7 +111,7 @@ jobs:
111
111
with :
112
112
python-version : ${{ matrix.python-version }}
113
113
- name : Start Redis
114
- uses : supercharge/redis-github-action@1.7 .0
114
+ uses : supercharge/redis-github-action@1.8 .0
115
115
- name : Setup Test Env
116
116
run : |
117
117
pip install coverage tox
Original file line number Diff line number Diff line change 55
55
56
56
{% if needs_redis %}
57
57
- name: Start Redis
58
- uses: supercharge/redis-github-action@1.7 .0
58
+ uses: supercharge/redis-github-action@1.8 .0
59
59
{% endif %}
60
60
61
61
- name: Setup Test Env
You can’t perform that action at this time.
0 commit comments