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 44.0.0 to 44.0.1 #12419

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
id: changed
with:
files: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- id: tag
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
id: core
with:
files: |
Expand All @@ -45,7 +45,7 @@ jobs:
.devcontainer/**
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
id: policy
with:
files: |
Expand All @@ -61,7 +61,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
id: multicluster
with:
files: |
Expand All @@ -73,7 +73,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
id: viz
with:
files: |
Expand Down