Merge pull request #228 from webcomics/dependabot/github_actions/actions/setup-python-4

Bump actions/setup-python from 3 to 4
This commit is contained in:
Tobias Gruetzmacher 2022-07-18 21:16:25 +02:00 committed by GitHub
commit 8d30be2517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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