Bump actions/setup-python from 4.2.0 to 4.3.0 (#4980)

This commit is contained in:
Adam Warner 2022-10-15 15:45:44 +01:00 committed by GitHub
commit e773e3302c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v3.1.0 uses: actions/checkout@v3.1.0
- name: Set up Python 3.10 - name: Set up Python 3.10
uses: actions/setup-python@v4.2.0 uses: actions/setup-python@v4.3.0
with: with:
python-version: "3.10" python-version: "3.10"