]> git.basschouten.com Git - openhab-addons.git/commitdiff
Upgrade get-changed-files GHA dependency (#16451)
authorWouter Born <github@maindrain.net>
Sat, 24 Feb 2024 13:25:24 +0000 (14:25 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Feb 2024 13:25:24 +0000 (14:25 +0100)
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>
.github/workflows/ci-build.yml

index 157e57e39ce1666350725f0fa26aa9b613d15db1..049e2e6946cc41876fb4f66684b44aca5f7cb70b 100644 (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'