diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-06 09:28:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 09:28:22 +0000 |
commit | 71e8634069a67c20b32cd77e8ab3a044939cd326 (patch) | |
tree | 99e64bd47c72cc2c0bb031b4a200925d765c96ba | |
parent | Update docs for MacOS installs (#16854) (diff) | |
download | synapse-71e8634069a67c20b32cd77e8ab3a044939cd326.tar.xz |
Bump dorny/paths-filter from 2 to 3 (#16869)
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15b3b23597..295461aad6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: integration: ${{ !startsWith(github.ref, 'refs/pull/') || steps.filter.outputs.integration }} linting: ${{ !startsWith(github.ref, 'refs/pull/') || steps.filter.outputs.linting }} steps: - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v3 id: filter # We only check on PRs if: startsWith(github.ref, 'refs/pull/') |