|
@@ -106,7 +106,7 @@ jobs:
|
|
|
if: env.SHOULD_BUILD == 'yes'
|
|
|
|
|
|
- name: Setup Python 3
|
|
|
- uses: actions/setup-python@v5
|
|
|
+ uses: actions/setup-python@v6
|
|
|
with:
|
|
|
python-version: '3.11'
|
|
|
if: env.SHOULD_BUILD == 'yes'
|
|
@@ -187,7 +187,7 @@ jobs:
|
|
|
if: env.SHOULD_BUILD == 'yes'
|
|
|
|
|
|
- name: Setup Python 3
|
|
|
- uses: actions/setup-python@v5
|
|
|
+ uses: actions/setup-python@v6
|
|
|
with:
|
|
|
python-version: '3.11'
|
|
|
if: env.SHOULD_BUILD == 'yes'
|