build(deps): bump actions/setup-python from 3 to 4 (#1436)

This commit is contained in:
dependabot[bot]
2023-03-03 14:25:51 +01:00
committed by GitHub
parent 8999b26b10
commit b53d9177f7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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