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.1.0 to 44.3.0 #12468

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
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@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
id: core
with:
files: |
Expand All @@ -45,7 +45,7 @@ jobs:
.devcontainer/**
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
id: policy
with:
files: |
Expand All @@ -61,7 +61,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
id: multicluster
with:
files: |
Expand All @@ -73,7 +73,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
id: viz
with:
files: |
Expand Down
Loading