Skip to content

Commit

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

build(deps): bump dorny/paths-filter from 3.0.1 to 3.0.2
  • Loading branch information
weizhoublue authored Mar 6, 2024
2 parents 6ab02a8 + 1bf7b00 commit 1e05004
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/[email protected].1
uses: dorny/[email protected].2
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/[email protected].1
uses: dorny/[email protected].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 @@ -39,7 +39,7 @@ jobs:
crd: ${{ env.RUN_CRD_CHECK }}
steps:
- name: Check Go Code Changes
uses: dorny/[email protected].1
uses: dorny/[email protected].2
if: ${{ github.event_name == 'pull_request' }}
id: filter_pr
with:
Expand Down

0 comments on commit 1e05004

Please sign in to comment.