This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 3522b7bc1 [INLONG-4019][GitHub] Bump setup-python action version from
2 to 3 (#3988)
3522b7bc1 is described below
commit 3522b7bc1f8e0c04c9f869589eee2867aa8fb60b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 29 14:44:31 2022 +0800
[INLONG-4019][GitHub] Bump setup-python action version from 2 to 3 (#3988)
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci_docker.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml
index 1f096fa63..ea69ece6e 100644
--- a/.github/workflows/ci_docker.yml
+++ b/.github/workflows/ci_docker.yml
@@ -67,7 +67,7 @@ jobs:
distribution: adopt
- name: Set up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: 3.7