Skip to content

Commit c9f8324

Browse files
authored
Upgrade get-changed-files GHA dependency (openhab#16451)
This fixes the last remaining deprecation warning: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20 Signed-off-by: Wouter Born <[email protected]>
1 parent cb54830 commit c9f8324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Get Changed Files
6565
if: github.head_ref != ''
6666
id: files
67-
uses: Ana06/get-changed-files@v2.2.0
67+
uses: Ana06/get-changed-files@v2.3.0
6868
with:
6969
format: 'csv'
7070

0 commit comments

Comments
 (0)