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 cca92a9b29 Bump actions/setup-python from 4 to 5
cca92a9b29 is described below
commit cca92a9b29a78f95c797c51448ca0ce349cd8b62
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 30 13:52:08 2023 +0000
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from
4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.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 391864a2e5..f971cf3742 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: 3.7
architecture: 'x64'
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index cc0b480118..8b345cf79d 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -89,7 +89,7 @@ jobs:
run: mvn -ntp clean package -P distribution -B
- name: Setup Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'