This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 609029f  Update build.yml (#200)
609029f is described below

commit 609029fcc96dc319b8f0740ff550bbc9e3dd85a5
Author: Kit Chan <[email protected]>
AuthorDate: Mon Jan 29 22:51:26 2024 -0800

    Update build.yml (#200)
---
 .github/workflows/build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 82f7fb3..698d2d2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,10 +36,10 @@ jobs:
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
 
-      - name: Set up Python 3.7
-        uses: actions/setup-python@v2
+      - name: Set up Python 3.8
+        uses: actions/setup-python@v5
         with:
-          python-version: '3.7'
+          python-version: '3.8.18'
 
       - name: Build ATS Alpine
         run: |

Reply via email to