From c9f8324142db481349ae5c0cf4236c2a4341e9c4 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sat, 24 Feb 2024 14:25:24 +0100 Subject: [PATCH] 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/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 157e57e39ce..049e2e6946c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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'