We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42355f6 commit 0560befCopy full SHA for 0560bef
scripts/split_tox_gh_actions/templates/test_group.jinja
@@ -42,7 +42,7 @@
42
# Use Docker container only for Python 3.6
43
{% raw %}container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}{% endraw %}
44
steps:
45
- - uses: actions/checkout@v6.0.0
+ - uses: actions/checkout@v6.0.1
46
- uses: actions/setup-python@v6
47
{% raw %}if: ${{ matrix.python-version != '3.6' }}{% endraw %}
48
with:
0 commit comments