Skip to content

Commit 5f61453

Browse files
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
1 parent 548421f commit 5f61453

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Checkout Code
139139
uses: actions/checkout@v6
140140
- name: Cache Node Modules
141-
uses: actions/cache@v4
141+
uses: actions/cache@v5
142142
with:
143143
path: |
144144
~/.npm
@@ -151,11 +151,11 @@ jobs:
151151
java-version: '21'
152152
cache: 'maven'
153153
- name: Set up Python 3.12
154-
uses: actions/setup-python@v5
154+
uses: actions/setup-python@v6
155155
with:
156156
python-version: '3.12'
157157
- name: Evaluate Changed Paths
158-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
158+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
159159
id: changes
160160
with:
161161
filters: |
@@ -213,7 +213,7 @@ jobs:
213213
- name: Checkout Code
214214
uses: actions/checkout@v6
215215
- name: Cache Node Modules
216-
uses: actions/cache@v4
216+
uses: actions/cache@v5
217217
with:
218218
path: |
219219
~/.npm
@@ -226,11 +226,11 @@ jobs:
226226
java-version: '25'
227227
cache: 'maven'
228228
- name: Set up Python 3.12
229-
uses: actions/setup-python@v5
229+
uses: actions/setup-python@v6
230230
with:
231231
python-version: '3.12'
232232
- name: Evaluate Changed Paths
233-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
233+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
234234
id: changes
235235
with:
236236
filters: |
@@ -282,7 +282,7 @@ jobs:
282282
- name: Checkout Code
283283
uses: actions/checkout@v6
284284
- name: Cache Node Modules
285-
uses: actions/cache@v4
285+
uses: actions/cache@v5
286286
with:
287287
path: |
288288
~/.npm
@@ -295,11 +295,11 @@ jobs:
295295
java-version: '21'
296296
cache: 'maven'
297297
- name: Set up Python 3.12
298-
uses: actions/setup-python@v5
298+
uses: actions/setup-python@v6
299299
with:
300300
python-version: '3.12'
301301
- name: Evaluate Changed Paths
302-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
302+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
303303
id: changes
304304
with:
305305
filters: |
@@ -361,7 +361,7 @@ jobs:
361361
- name: Checkout Code
362362
uses: actions/checkout@v6
363363
- name: Cache Node Modules
364-
uses: actions/cache@v4
364+
uses: actions/cache@v5
365365
with:
366366
path: |
367367
~\AppData\npm-cache
@@ -374,7 +374,7 @@ jobs:
374374
java-version: '21'
375375
cache: 'maven'
376376
- name: Evaluate Changed Paths
377-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
377+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
378378
id: changes
379379
with:
380380
filters: |

.github/workflows/system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cache: 'maven'
103103

104104
- name: Set up Python 3.10
105-
uses: actions/setup-python@v5
105+
uses: actions/setup-python@v6
106106
with:
107107
python-version: '3.10'
108108
- name: Set up Astral uv

0 commit comments

Comments
 (0)