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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new a2e48e7  Bump actions/setup-python from 1 to 2.3.1 (#1512)
a2e48e7 is described below

commit a2e48e730781443dc9559df75387d3ee671e30f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 19 04:41:19 2022 +0000

    Bump actions/setup-python from 1 to 2.3.1 (#1512)
---
 .github/workflows/documentation.yml | 2 +-
 .github/workflows/python.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/documentation.yml 
b/.github/workflows/documentation.yml
index 57fb1f2..5c4b81e 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -67,7 +67,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Setup Python
-      uses: actions/setup-python@v1
+      uses: actions/setup-python@v2.3.1
       with:
         python-version: 3.7
         architecture: 'x64'
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index a1d4cdc..3af8ec0 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -89,7 +89,7 @@ jobs:
       run: mvn -ntp clean package -P distribution
 
     - name: Setup Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v2
+      uses: actions/setup-python@v2.3.1
       with:
         python-version: ${{ matrix.python-version }}
         architecture: 'x64'

Reply via email to