diff --git a/.github/workflows/frontend.test.build.code.yml b/.github/workflows/frontend.test.build.code.yml index 1e5d92a0a..13f1c161f 100644 --- a/.github/workflows/frontend.test.build.code.yml +++ b/.github/workflows/frontend.test.build.code.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for frontend file changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.0 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/frontend.test.build.docs.yml b/.github/workflows/frontend.test.build.docs.yml index 6f0a5bf39..97ade5ba8 100644 --- a/.github/workflows/frontend.test.build.docs.yml +++ b/.github/workflows/frontend.test.build.docs.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for frontend file changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.0 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/frontend.test.build.storybook.yml b/.github/workflows/frontend.test.build.storybook.yml index e92b68c19..3ed779784 100644 --- a/.github/workflows/frontend.test.build.storybook.yml +++ b/.github/workflows/frontend.test.build.storybook.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for frontend file changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.0 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/frontend.test.lint.code.yml b/.github/workflows/frontend.test.lint.code.yml index 020593a41..5891ab6a2 100644 --- a/.github/workflows/frontend.test.lint.code.yml +++ b/.github/workflows/frontend.test.lint.code.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for frontend file changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.0 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/frontend.test.unit.code.yml b/.github/workflows/frontend.test.unit.code.yml index 528e3985a..5a8f42711 100644 --- a/.github/workflows/frontend.test.unit.code.yml +++ b/.github/workflows/frontend.test.unit.code.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for frontend file changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.0 id: changes with: token: ${{ github.token }}