Skip to content

Commit

Permalink
Chore: Update setup-python to v5
Browse files Browse the repository at this point in the history
Update setup-python action from v4 to v5

Change-Id: I1c97fdc65a9089e61b94b4b2ee6bfc898de4f45a
Signed-off-by: Jessica Wagantall <[email protected]>
  • Loading branch information
jwagantall committed Dec 2, 2024
1 parent b70132d commit ba4caa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
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"
Expand All @@ -121,7 +121,7 @@ jobs:
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
Expand Down

0 comments on commit ba4caa9

Please sign in to comment.