Skip to content

Commit dbb39ef

Browse files
Update .github/workflows/tests.yml
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 3dc4417 commit dbb39ef

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
@@ -37,7 +37,7 @@ jobs:
3737
python get-pip.py
3838
- if: ${{ matrix.python-version != '2.7' }}
3939
name: ${{ matrix.python-version }} - ${{ matrix.os }}
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
allow-prereleases: true

0 commit comments

Comments
 (0)