ci: github: bump tj-actions/changed-files version

Bump tj-actions/changed-files to v44.
As of v42, input file patterns that end with a / now match all sub-files
within the directory without requiring to specify the globstar pattern.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
diff --git a/.github/workflows/bsim-tests.yaml b/.github/workflows/bsim-tests.yaml
index 0574134..52d384e 100644
--- a/.github/workflows/bsim-tests.yaml
+++ b/.github/workflows/bsim-tests.yaml
@@ -90,50 +90,50 @@
           echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
 
       - name: Check common triggering files
-        uses: tj-actions/changed-files@v41
+        uses: tj-actions/changed-files@v44
         id: check-common-files
         with:
           files: |
             .github/workflows/bsim-tests.yaml
             .github/workflows/bsim-tests-publish.yaml
             west.yml
-            boards/posix/**
-            soc/posix/**
-            arch/posix/**
-            include/zephyr/arch/posix/**
-            scripts/native_simulator/**
+            boards/posix/
+            soc/posix/
+            arch/posix/
+            include/zephyr/arch/posix/
+            scripts/native_simulator/
             tests/bsim/*
 
       - name: Check if Bluethooth files changed
-        uses: tj-actions/changed-files@v41
+        uses: tj-actions/changed-files@v44
         id: check-bluetooth-files
         with:
           files: |
-            tests/bsim/bluetooth/**
-            samples/bluetooth/**
-            subsys/bluetooth/**
+            tests/bsim/bluetooth/
+            samples/bluetooth/
+            subsys/bluetooth/
 
       - name: Check if Networking files changed
-        uses: tj-actions/changed-files@v41
+        uses: tj-actions/changed-files@v44
         id: check-networking-files
         with:
           files: |
-            tests/bsim/net/**
-            samples/net/sockets/echo_*/**
-            modules/openthread/**
-            subsys/net/l2/openthread/**
+            tests/bsim/net/
+            samples/net/sockets/echo_*/
+            modules/openthread/
+            subsys/net/l2/openthread/
             include/zephyr/net/openthread.h
-            drivers/ieee802154/**
+            drivers/ieee802154/
             include/zephyr/net/ieee802154*
 
       - name: Check if UART files changed
-        uses: tj-actions/changed-files@v41
+        uses: tj-actions/changed-files@v44
         id: check-uart-files
         with:
           files: |
-            tests/bsim/drivers/uart/**
+            tests/bsim/drivers/uart/
             drivers/serial/*nrfx*
-            tests/drivers/uart/**
+            tests/drivers/uart/
 
       - name: Update BabbleSim to manifest revision
         if: >
diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml
index b9faa99..94f53f6 100644
--- a/.github/workflows/doc-build.yml
+++ b/.github/workflows/doc-build.yml
@@ -34,20 +34,20 @@
         ref: ${{ github.event.pull_request.head.sha }}
         fetch-depth: 0
     - name: Check if Documentation related files changed
-      uses: tj-actions/changed-files@v42
+      uses: tj-actions/changed-files@v44
       id: check-doc-files
       with:
         files: |
-          doc/**
+          doc/
           **.rst
-          include/**
+          include/
           kernel/include/kernel_arch_interface.h
           lib/libc/**
           subsys/testsuite/ztest/include/**
-          tests/**
+          tests/
           **/Kconfig*
           west.yml
-          scripts/dts/**
+          scripts/dts/
           doc/requirements.txt
           .github/workflows/doc-build.yml