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

kirs pushed a commit to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git

commit 6b1fbdc170475315fef6a29d99b1ea3ca6d44373
Author: Kirs <[email protected]>
AuthorDate: Thu Dec 1 14:40:35 2022 +0800

    Upgrade CI py version to 2.7.19
    
    github no longer provides mirrors for older versions
    
https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
---
 .github/workflows/backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 53d7f159c..46ca9acf2 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -93,7 +93,7 @@ jobs:
       - uses: actions/checkout@v3 # required for push event
       - uses: actions/setup-python@v4
         with:
-          python-version: '2.7'
+          python-version: '2.7.18'
       - name: Check for file changes
         uses: dorny/paths-filter@v2
         id: filter

Reply via email to