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 593defc  Bump actions/setup-python from 2.3.2 to 3 (#1552)
593defc is described below

commit 593defc2fe653fd5bfb40f8b3173df1db7d042ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 1 09:19:30 2022 +0000

    Bump actions/setup-python from 2.3.2 to 3 (#1552)
---
 .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 ec694f2..3f756c1 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/[email protected]
+      uses: actions/setup-python@v3
       with:
         python-version: 3.7
         architecture: 'x64'
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index daaf88b..7276ec1 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/[email protected]
+      uses: actions/setup-python@v3
       with:
         python-version: ${{ matrix.python-version }}
         architecture: 'x64'

Reply via email to