From b67ea4b423280698b2a80a09faff1102791ce0df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:07:29 +0000 Subject: [PATCH] Bump dorny/paths-filter from 2.10.2 to 2.11.0 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.10.2 to 2.11.0. - [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/v2.10.2...v2.11.0) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/api_test.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api_test.yml b/.github/workflows/api_test.yml index 73a9603f..5a2264a3 100644 --- a/.github/workflows/api_test.yml +++ b/.github/workflows/api_test.yml @@ -30,7 +30,7 @@ jobs: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: dorny/paths-filter@v2.10.2 + - uses: dorny/paths-filter@v2.11.0 name: Check which docker images to rebuild id: changed_files with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6ef6f467..902a1f62 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,7 +64,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: dorny/paths-filter@v2.10.2 + - uses: dorny/paths-filter@v2.11.0 name: Check which docker images to rebuild id: changed_files with: