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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump tj-actions/changed-files from 42.1.0 to 43.0.0 #12259

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
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- id: tag
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
- uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11
- uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054
id: core
with:
files: |
Expand All @@ -42,7 +42,7 @@ jobs:
.devcontainer/**
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11
- uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054
id: policy
with:
files: |
Expand All @@ -58,7 +58,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11
- uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054
id: multicluster
with:
files: |
Expand All @@ -70,7 +70,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11
- uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054
id: viz
with:
files: |
Expand Down