Update setup-python action from v4 to v5
Change-Id: I1c97fdc65a9089e61b94b4b2ee6bfc898de4f45a
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
- name: Configure Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.11"
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
- name: Configure Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run static analysis and format checkers