Upgrade get-changed-files GHA dependency (#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 <github@maindrain.net>
This commit is contained in:
Wouter Born
2024-02-24 14:25:24 +01:00
committed by GitHub
parent cb548306e6
commit c9f8324142
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
- name: Get Changed Files
if: github.head_ref != ''
id: files
uses: Ana06/get-changed-files@v2.2.0
uses: Ana06/get-changed-files@v2.3.0
with:
format: 'csv'