chore(deps): bump actions/setup-python from 3 to 4 (#1356)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-23 20:03:13 +02:00 committed by GitHub
parent e02227fed0
commit d860016335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install mkdocs - name: Install mkdocs
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10'
cache: 'pip' cache: 'pip'