Update actions/setup-python action to v5
This commit is contained in:
parent
274bc89e11
commit
88127f9063
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