Skip to content

Commit

Permalink
Merge pull request #1220 from spidernet-io/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dorny/paths-filter-3.0.1

build(deps): bump dorny/paths-filter from 2.11.1 to 3.0.1
  • Loading branch information
weizhoublue authored Feb 20, 2024
2 parents 7c1db72 + 3dabc5b commit a2eac97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
JustE2E: ${{ env.RUN_JustE2E }}
steps:
- name: Check Code Changes
uses: dorny/paths-filter@v2.11.1
uses: dorny/paths-filter@v3.0.1
if: ${{ github.event_name == 'pull_request_target' }}
id: filter_pr
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-codeowners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.1
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 @@ -39,7 +39,7 @@ jobs:
crd: ${{ env.RUN_CRD_CHECK }}
steps:
- name: Check Go Code Changes
uses: dorny/paths-filter@v2.11.1
uses: dorny/paths-filter@v3.0.1
if: ${{ github.event_name == 'pull_request' }}
id: filter_pr
with:
Expand Down

0 comments on commit a2eac97

Please sign in to comment.