We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9531372 commit 7647f8dCopy full SHA for 7647f8d
.github/workflows/test-integrations-tasks.yml
@@ -45,7 +45,7 @@ jobs:
45
python-version: ${{ matrix.python-version }}
46
allow-prereleases: true
47
- name: Start Redis
48
- uses: supercharge/redis-github-action@2
+ uses: supercharge/redis-github-action@v2
49
- name: Install Java
50
uses: actions/setup-java@v5
51
with:
scripts/split_tox_gh_actions/templates/test_group.jinja
@@ -56,7 +56,7 @@
56
57
{% if needs_redis %}
58
59
60
{% endif %}
61
62
{% if needs_java %}
0 commit comments