Skip to content

Commit ed0a8ca

Browse files
authored
Update setup-python github action
Let's see if this fixes CI
1 parent c65dc70 commit ed0a8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v1
2020

21-
- uses: actions/setup-python@v1
21+
- uses: actions/setup-python@v5.20
2222
name: Install Python
2323
with:
2424
python-version: '3.x'

0 commit comments

Comments
 (0)