Skip to content

Commit

Permalink
Merge pull request #2621 from thin-edge/dependabot/github_actions/dor…
Browse files Browse the repository at this point in the history
…ny/paths-filter-3

build(deps): Bump dorny/paths-filter from 2 to 3
  • Loading branch information
rina23q authored Jan 25, 2024
2 parents a53611a + afcfa66 commit 94d6fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
continue-on-error: true
steps:
# For pull requests it's not necessary to checkout the code
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
if: ${{ github.event_name == 'pull_request' }}
# https://github.com/dorny/paths-filter
id: filter
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

- uses: Swatinem/rust-cache@v2

- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down

1 comment on commit 94d6fe0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
381 0 3 381 100 56m2.974999999s

Please sign in to comment.