Browse Source

Update actions/setup-python action to v7

pull/5448/head
renovate[bot] 1 month ago
committed by Slavi Pantaleev
parent
commit
80ecf4b055
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/update-translations.yml

+ 1
- 1
.github/workflows/update-translations.yml View File

@@ -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'



Loading…
Cancel
Save