Merge pull request #523 from TRaSH-/dependabot/github_actions/actions/setup-python-3

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

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

Loading…
Cancel
Save