Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump tj-actions/changed-files from 37.1.2 to 37.5.0 #11167

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: tj-actions/changed-files@2a968ff601949c81b47d9c1fdb789b0d25ddeea2
- uses: tj-actions/changed-files@920e7b9ae1d45913fc81f86c956fee89c77d2e5e
id: changed
with:
files: |
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: tj-actions/changed-files@2a968ff601949c81b47d9c1fdb789b0d25ddeea2
- uses: tj-actions/changed-files@920e7b9ae1d45913fc81f86c956fee89c77d2e5e
id: changed
with:
files: |
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: tj-actions/changed-files@2a968ff601949c81b47d9c1fdb789b0d25ddeea2
- uses: tj-actions/changed-files@920e7b9ae1d45913fc81f86c956fee89c77d2e5e
id: changed
with:
files: |
Expand Down
Loading