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
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'