Merge pull request #1964 from vector-im/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
This commit is contained in:
commit
f76f640a5d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-localazy.yml
vendored
2
.github/workflows/sync-localazy.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Setup Localazy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue