diff options
author | 2024-01-29 09:26:33 +0000 | |
---|---|---|
committer | 2024-01-29 09:26:33 +0000 | |
commit | 224732fe96efd188fce91e366039f61a83bf967f (patch) | |
tree | 5cf8997ea67e29ea3396d519df4f97c68de9e372 | |
parent | Bump ruff from 0.1.13 to 0.1.14 (#176) (diff) |
Bump dorny/paths-filter from 2 to 3 (#177)
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3.
- [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...v3)
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8718911..4d052e0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v3 id: changes with: filters: | |