Skip to content

Commit

Permalink
ci(github-action)!: Update tj-actions/changed-files action ( v44 → v4…
Browse files Browse the repository at this point in the history
…5 ) (#912)

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Aug 21, 2024
1 parent 1fc1833 commit 4abf1b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-terraform-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
dir_names: true
dir_names_max_depth: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Get Changed Clusters
id: changed-clusters
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: kubernetes/**
dir_names: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-hr-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Get Changed Clusters
id: changed-clusters
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: kubernetes/**
dir_names: true
Expand Down

0 comments on commit 4abf1b7

Please sign in to comment.