Skip to content

Commit

Permalink
Bump dorny/paths-filter from 2.11.1 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.2.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@v2.11.1...v3.0.2)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 71bf7b1 commit d3a70fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-codeowners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
codeowners-changed: ${{ steps.changes.outputs.codeowners-changed }}
steps:
- name: Check code changes
uses: dorny/paths-filter@v2.11.1
uses: dorny/paths-filter@v3.0.2
id: changes
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: ${{ steps.result.outputs.ref }}
steps:
- name: Check Go Code Changes
uses: dorny/paths-filter@v2.11.1
uses: dorny/paths-filter@v3.0.2
if: ${{ github.event_name == 'pull_request' }}
id: filter_pr
with:
Expand Down

0 comments on commit d3a70fc

Please sign in to comment.