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 628b4e61b4 Bump actions/setup-python from 3 to 4 (#1633)
628b4e61b4 is described below
commit 628b4e61b426f4b80a6c39f2106b0162dc8be651
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 9 13:18:38 2022 +0000
Bump actions/setup-python from 3 to 4 (#1633)
---
.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 b442b04448..17d00ad7fd 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: 3.7
architecture: 'x64'
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 1807b1681f..98de701713 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@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'