From c41a8f7a907dfb9c89abd74d78543947ca84dd1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 02:14:42 +0000 Subject: [PATCH] Bump dorny/paths-filter from 3.0.0 to 3.0.1 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-documentation.yml | 2 +- .github/workflows/frontend.test.build.code.yml | 2 +- .github/workflows/frontend.test.build.docs.yml | 2 +- .github/workflows/frontend.test.build.storybook.yml | 2 +- .github/workflows/frontend.test.lint.code.yml | 2 +- .github/workflows/frontend.test.unit.code.yml | 2 +- .github/workflows/test-backend.yml | 2 +- .github/workflows/test-webapp.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index cdeb62a99e..4e871b1e6c 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@master - name: Check for markdown file changes - uses: dorny/paths-filter@v3.0.0 + uses: dorny/paths-filter@v3.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/frontend.test.build.code.yml b/.github/workflows/frontend.test.build.code.yml index 8a0814f957..ab76d8dfb7 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@v3.0.0 + uses: dorny/paths-filter@v3.0.1 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 ffa08d6f7a..e8b446074c 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@v3.0.0 + uses: dorny/paths-filter@v3.0.1 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 d154d94c7a..9931d5494f 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@v3.0.0 + uses: dorny/paths-filter@v3.0.1 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 7035da8aa1..89ae6d9eaf 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@v3.0.0 + uses: dorny/paths-filter@v3.0.1 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 115615e23a..e9a580254e 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@v3.0.0 + uses: dorny/paths-filter@v3.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index eb624e468a..361d039c60 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for backend file changes - uses: dorny/paths-filter@v3.0.0 + uses: dorny/paths-filter@v3.0.1 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/test-webapp.yml b/.github/workflows/test-webapp.yml index 9a3aa9219b..3e49945f28 100644 --- a/.github/workflows/test-webapp.yml +++ b/.github/workflows/test-webapp.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for frontend file changes - uses: dorny/paths-filter@v3.0.0 + uses: dorny/paths-filter@v3.0.1 id: changes with: token: ${{ github.token }}