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 7d15b91 Bump actions/setup-python from 2.3.1 to 2.3.2 (#1538)
7d15b91 is described below
commit 7d15b911401e874d6bd84636a8913e4725da946d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 7 10:18:21 2022 +0000
Bump actions/setup-python from 2.3.1 to 2.3.2 (#1538)
---
.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 5c4b81e..ec694f2 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/[email protected]
with:
python-version: 3.7
architecture: 'x64'
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 3af8ec0..daaf88b 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/[email protected]
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'