This is an automated email from the ASF dual-hosted git repository.

dominikriemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9e0742b84a chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 
(#4661)
9e0742b84a is described below

commit 9e0742b84a4d15d8365e21d0aae1b1827fb0f550
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 08:28:41 2026 +0200

    chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (#4661)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/pr-validation.yml   | 6 +++---
 .github/workflows/pypi-deployment.yml | 2 +-
 .github/workflows/python-docs.yml     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/pr-validation.yml 
b/.github/workflows/pr-validation.yml
index f4dfe9779c..953734fdce 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -143,7 +143,7 @@ jobs:
       - uses: actions/[email protected]
 
       - name: Set up Python
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           python-version: "3.10"
 
@@ -179,7 +179,7 @@ jobs:
       - uses: actions/[email protected]
 
       - name: Set up Python v${{ matrix.python }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           python-version: ${{ matrix.python }}
 
@@ -207,7 +207,7 @@ jobs:
       - uses: actions/[email protected]
 
       - name: Set up Python
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           python-version: "3.10"
 
diff --git a/.github/workflows/pypi-deployment.yml 
b/.github/workflows/pypi-deployment.yml
index 3b95b31930..b9e60b5142 100644
--- a/.github/workflows/pypi-deployment.yml
+++ b/.github/workflows/pypi-deployment.yml
@@ -28,7 +28,7 @@ jobs:
       - uses: actions/[email protected]
 
       - name: Set up Python
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           python-version: 3.10
 
diff --git a/.github/workflows/python-docs.yml 
b/.github/workflows/python-docs.yml
index 4274c95ce1..4a1fe9c422 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -36,7 +36,7 @@ jobs:
           git config user.email 'github-actions[bot]@users.noreply.github.com'
 
       - name: Set up Python
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           python-version: 3.10
 

Reply via email to