diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 854ebfdd..f4c845c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v7 # Conditionally run actions based on files modified by PR, feature branch or pushed commits - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 id: changes with: filters: | @@ -162,7 +162,7 @@ jobs: with: submodules: true - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 id: changes with: filters: | @@ -195,7 +195,7 @@ jobs: with: submodules: true - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 id: changes with: filters: | @@ -221,7 +221,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 id: changes with: filters: |