chore(deps): update actions/setup-python action to v4

This commit is contained in:
Renovate Bot 2022-06-08 16:08:22 +00:00
parent 8ed1ff2a3e
commit 139e77707d
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: "3.10" python-version: "3.10"
cache: pip cache: pip

View file

@ -8,5 +8,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-python@v3 - uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0 - uses: pre-commit/action@v3.0.0

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: pip cache: pip