diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a20d25f5..b9082171 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v7 # Conditionally run actions based on files modified by PR, feature branch or pushed commits - - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 + - uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d id: changes with: filters: | @@ -246,7 +246,7 @@ jobs: with: submodules: true - - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 + - uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d id: changes with: filters: | @@ -285,7 +285,7 @@ jobs: with: submodules: true - - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 + - uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d id: changes with: filters: | @@ -316,7 +316,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 + - uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d id: changes with: filters: |