Merge pull request #207 from webcomics/dependabot/github_actions/actions/setup-python-3

Bump actions/setup-python from 2 to 3
This commit is contained in:
Tobias Gruetzmacher 2022-03-01 10:41:23 +01:00 committed by GitHub
commit 5076aa75ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
fetch-depth: 10
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9

View file

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