Skip to content

Commit

Permalink
Merge pull request #1214 from alexbelgium/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…orny/paths-filter-3

Bump dorny/paths-filter from 2 to 3
  • Loading branch information
alexbelgium authored Jan 30, 2024
2 parents 11555ff + 8463d0a commit bc9e110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onpr_check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
uses: actions/checkout@v4

- name: 📂 Detect chanced addons
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: filter
with:
filters: .github/paths-filter.yml

- name: 📂 Detect chanced files
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: changed-files
with:
list-files: csv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onpush_builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: 📂 Detect changed files
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: filter
with:
filters: .github/paths-filter.yml
Expand Down

0 comments on commit bc9e110

Please sign in to comment.