From: Wouter Born Date: Sat, 24 Feb 2024 13:25:24 +0000 (+0100) Subject: Upgrade get-changed-files GHA dependency (#16451) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=c9f8324142db481349ae5c0cf4236c2a4341e9c4;p=openhab-addons.git 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 --- diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 157e57e39c..049e2e6946 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'