We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3199ef8 commit a61a446Copy full SHA for a61a446
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
- {name: 'PyPy', python: 'pypy-3.10', os: 'ubuntu-latest', tox: 'pypy310'}
43
- {name: 'Minimum Versions', python: '3.11', os: 'ubuntu-latest', tox: 'py311'}
44
steps:
45
- - uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # v5.0.0
+ - uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # v5.0.0
46
- uses: 'actions/setup-python@v5'
47
with:
48
python-version: '${{ matrix.python }}'
0 commit comments