소스 검색
Update actions/setup-python action to v7
pull/5447/head
renovate[bot]
5 일 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/update-translations.yml
|
|
|
@@ -26,7 +26,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v7 |
|
|
|
|
|
|
|
- uses: actions/setup-python@v6 |
|
|
|
- uses: actions/setup-python@v7 |
|
|
|
with: |
|
|
|
python-version: '3.14' |
|
|
|
|
|
|
|
|