Merge pull request #622 from TRaSH-/dependabot/github_actions/actions/setup-python-4

Bump actions/setup-python from 3 to 4
pull/628/head
TRaSH 2 years ago committed by GitHub
commit 7c3864899f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r docs/requirements.txt

Loading…
Cancel
Save