Merge pull request #2227 from nginx-proxy/dependabot/github_actions/actions/setup-python-4

ci: bump actions/setup-python from 2 to 4
This commit is contained in:
Nicolas Duchon 2023-04-30 15:40:59 +02:00 committed by GitHub
commit 2218f98af2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.9 - name: Set up Python 3.9
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: 3.9 python-version: 3.9