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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 2 years ago committed by GitHub
parent febafc8d8a
commit 47429610f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python 3.9
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v4.3.0
with:
python-version: 3.9
#----------------------------------------------
@ -97,7 +97,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python ${{ matrix.pyver }}
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.pyver }}
#----------------------------------------------

@ -27,7 +27,7 @@ jobs:
value: "${{ steps.get_version.outputs.VERSION }}"
- name: Set up Python 3.9
uses: actions/setup-python@v1
uses: actions/setup-python@v4.3.0
with:
python-version: 3.9

Loading…
Cancel
Save