build(deps): bump actions/setup-python from 4 to 5 (#1758)

This commit is contained in:
dependabot[bot] 2023-12-11 14:45:10 +01:00 committed by GitHub
parent ae0d209284
commit e159da782a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ jobs:
node-version: '18.17'
- name: Setup Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
if: env.VSCODE_ARCH == 'x64'

View File

@ -61,7 +61,7 @@ jobs:
run: npm install -g yarn
- name: Setup Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'

View File

@ -50,7 +50,7 @@ jobs:
node-version: '18.17'
- name: Setup Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
if: env.VSCODE_ARCH == 'x64'

View File

@ -59,7 +59,7 @@ jobs:
run: npm install -g yarn
- name: Setup Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'