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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f614538e73 NIFI-15804 Upgraded setup-python to 6 and cache to 5 in 
workflows (#11116)
5f614538e73 is described below

commit 5f614538e735adec0103ce10d9b6418714c80b74
Author: David Handermann <[email protected]>
AuthorDate: Wed Apr 8 16:13:27 2026 -0500

    NIFI-15804 Upgraded setup-python to 6 and cache to 5 in workflows (#11116)
    
    - Upgraded setup-python from 5 to 6
    - Upgraded cache from 4 to 5
    - Upgraded paths-filter to 4.0.1
---
 .github/workflows/build.yml        | 22 +++++++++++-----------
 .github/workflows/system-tests.yml |  2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8582545f9ce..7845715b8ee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
       - name: Checkout Code
         uses: actions/checkout@v6
       - name: Cache Node Modules
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: |
             ~/.npm
@@ -151,11 +151,11 @@ jobs:
           java-version: '21'
           cache: 'maven'
       - name: Set up Python 3.12
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: '3.12'
       - name: Evaluate Changed Paths
-        uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
+        uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
         id: changes
         with:
           filters: |
@@ -213,7 +213,7 @@ jobs:
       - name: Checkout Code
         uses: actions/checkout@v6
       - name: Cache Node Modules
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: |
             ~/.npm
@@ -226,11 +226,11 @@ jobs:
           java-version: '25'
           cache: 'maven'
       - name: Set up Python 3.12
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: '3.12'
       - name: Evaluate Changed Paths
-        uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
+        uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
         id: changes
         with:
           filters: |
@@ -282,7 +282,7 @@ jobs:
       - name: Checkout Code
         uses: actions/checkout@v6
       - name: Cache Node Modules
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: |
             ~/.npm
@@ -295,11 +295,11 @@ jobs:
           java-version: '21'
           cache: 'maven'
       - name: Set up Python 3.12
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: '3.12'
       - name: Evaluate Changed Paths
-        uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
+        uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
         id: changes
         with:
           filters: |
@@ -361,7 +361,7 @@ jobs:
       - name: Checkout Code
         uses: actions/checkout@v6
       - name: Cache Node Modules
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: |
             ~\AppData\npm-cache
@@ -374,7 +374,7 @@ jobs:
           java-version: '21'
           cache: 'maven'
       - name: Evaluate Changed Paths
-        uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
+        uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
         id: changes
         with:
           filters: |
diff --git a/.github/workflows/system-tests.yml 
b/.github/workflows/system-tests.yml
index 150cc724f9a..1d87783dabd 100644
--- a/.github/workflows/system-tests.yml
+++ b/.github/workflows/system-tests.yml
@@ -102,7 +102,7 @@ jobs:
           cache: 'maven'
 
       - name: Set up Python 3.10
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: '3.10'
       - name: Set up Astral uv

Reply via email to