Skip to content

Commit a61a446

Browse files
committed
chore: yamlfix file
1 parent 3199ef8 commit a61a446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- {name: 'PyPy', python: 'pypy-3.10', os: 'ubuntu-latest', tox: 'pypy310'}
4343
- {name: 'Minimum Versions', python: '3.11', os: 'ubuntu-latest', tox: 'py311'}
4444
steps:
45-
- uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # v5.0.0
45+
- uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # v5.0.0
4646
- uses: 'actions/setup-python@v5'
4747
with:
4848
python-version: '${{ matrix.python }}'

0 commit comments

Comments
 (0)