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>pull/16453/head
parent
cb548306e6
commit
c9f8324142
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue