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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new e5d771b300 Bump actions/setup-python from 3 to 4 (#5460)
e5d771b300 is described below

commit e5d771b300e7ec5ed0a6da9e476697088a2978b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 7 16:05:36 2022 -0700

    Bump actions/setup-python from 3 to 4 (#5460)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 
3 to 4.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](https://github.com/actions/setup-python/compare/v3...v4)
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/open-api.yml         | 2 +-
 .github/workflows/python-ci.yml        | 2 +-
 .github/workflows/python-legacy-ci.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/open-api.yml b/.github/workflows/open-api.yml
index 404eb13c27..1f519fabea 100644
--- a/.github/workflows/open-api.yml
+++ b/.github/workflows/open-api.yml
@@ -40,7 +40,7 @@ jobs:
 
     steps:
       - uses: actions/checkout@v3
-      - uses: actions/setup-python@v3
+      - uses: actions/setup-python@v4
         with:
           python-version: 3.9
       - name: Install
diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml
index c63bf9775a..19180905d3 100644
--- a/.github/workflows/python-ci.yml
+++ b/.github/workflows/python-ci.yml
@@ -43,7 +43,7 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/setup-python@v3
+    - uses: actions/setup-python@v4
       with:
         python-version: ${{ matrix.python }}
     - name: Install
diff --git a/.github/workflows/python-legacy-ci.yml 
b/.github/workflows/python-legacy-ci.yml
index 830c7402f0..f8704ac171 100644
--- a/.github/workflows/python-legacy-ci.yml
+++ b/.github/workflows/python-legacy-ci.yml
@@ -43,7 +43,7 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/setup-python@v3
+    - uses: actions/setup-python@v4
       with:
         python-version: ${{ matrix.python }}
     - working-directory: ./python_legacy

Reply via email to