diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index 1f7806b31..f4de7f057 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check for markdown file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 6ea871b6c..a55c8aa92 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 4488b73f2..145e0bc75 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check for backend file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/test-webapp.yml b/.github/workflows/test-webapp.yml index 642c9250d..92963e157 100644 --- a/.github/workflows/test-webapp.yml +++ b/.github/workflows/test-webapp.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check for frontend file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/ui-build.yml b/.github/workflows/ui-build.yml index ba68bb79c..63558a140 100644 --- a/.github/workflows/ui-build.yml +++ b/.github/workflows/ui-build.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/ui-compatibility.yml b/.github/workflows/ui-compatibility.yml index 477e095e2..a3be6c0ec 100644 --- a/.github/workflows/ui-compatibility.yml +++ b/.github/workflows/ui-compatibility.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/ui-docker.yml b/.github/workflows/ui-docker.yml index f95baadee..59ea7d731 100644 --- a/.github/workflows/ui-docker.yml +++ b/.github/workflows/ui-docker.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/ui-lint.yml b/.github/workflows/ui-lint.yml index 1142ab4b4..cd46f254b 100644 --- a/.github/workflows/ui-lint.yml +++ b/.github/workflows/ui-lint.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/ui-size.yml b/.github/workflows/ui-size.yml index 09f9abc91..57eb7b994 100644 --- a/.github/workflows/ui-size.yml +++ b/.github/workflows/ui-size.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/ui-storybook.yml b/.github/workflows/ui-storybook.yml index a42052d70..f77896f18 100644 --- a/.github/workflows/ui-storybook.yml +++ b/.github/workflows/ui-storybook.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 48571062e..226c05f75 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/ui-verify.yml b/.github/workflows/ui-verify.yml index 4815f0f53..a7b191357 100644 --- a/.github/workflows/ui-verify.yml +++ b/.github/workflows/ui-verify.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/ui-visual.yml b/.github/workflows/ui-visual.yml index ec3441858..2aadfc830 100644 --- a/.github/workflows/ui-visual.yml +++ b/.github/workflows/ui-visual.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Check for file changes - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: changes with: token: ${{ github.token }}