Skip to content

Commit

Permalink
Merge pull request #519 from doudar/dependabot/github_actions/dorny/p…
Browse files Browse the repository at this point in the history
…aths-filter-3

Bump dorny/paths-filter from 2 to 3
  • Loading branch information
doudar authored Feb 7, 2024
2 parents c75f2e3 + 7b9d40a commit 426dffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
tag: ${{ steps.date.outputs.date }}
message: "Automatic release ${{ steps.date.outputs.date }}"
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
Expand Down

0 comments on commit 426dffd

Please sign in to comment.