mirror of https://github.com/apache/cloudstack.git
Bump `actions/setup-python` to `v5` (#8419)
This commit is contained in:
parent
d8b4be6cef
commit
48410d0d67
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
architecture: 'x64'
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
architecture: 'x64'
|
||||
|
|
|
|||
Loading…
Reference in New Issue