This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 48410d0d67e Bump `actions/setup-python` to `v5` (#8419)
48410d0d67e is described below
commit 48410d0d67ed5e50daeaaabf86877221aa0ee4f1
Author: John Bampton <[email protected]>
AuthorDate: Mon Feb 5 18:58:55 2024 +1000
Bump `actions/setup-python` to `v5` (#8419)
---
.github/workflows/build.yml | 2 +-
.github/workflows/ci.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1be892f4577..aeb701bbcfb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
cache: maven
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.8'
architecture: 'x64'
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c6edc7bdb20..ccbce332cf6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -211,7 +211,7 @@ jobs:
cache: maven
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.8'
architecture: 'x64'