Chore: Update setup-python to v5 43/73343/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 2 Dec 2024 21:42:53 +0000 (13:42 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 2 Dec 2024 21:42:53 +0000 (13:42 -0800)
Update setup-python action from v4 to v5

Change-Id: I1c97fdc65a9089e61b94b4b2ee6bfc898de4f45a
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml

index 659c206..ec18b55 100644 (file)
@@ -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"
@@ -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