diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-27 09:00:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-27 09:00:25 -0500 |
| commit | 89d91e7f03e67263905f5a82b51d6c1a8d59e49a (patch) | |
| tree | 449dc32bb74c636b7afe3b67db28e5269e437a4f | |
| parent | 83bce8e40474ea35e060ba8f9835c375131b5d72 (diff) | |
| download | submelon.dev-89d91e7f03e67263905f5a82b51d6c1a8d59e49a.tar.gz submelon.dev-89d91e7f03e67263905f5a82b51d6c1a8d59e49a.tar.bz2 submelon.dev-89d91e7f03e67263905f5a82b51d6c1a8d59e49a.zip | |
build(deps): bump dorny/paths-filter from 2 to 3 (#340)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43e68cb..f188162 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Get changed files under src directory - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v3 id: filter with: filters: | |
