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 ) (#5388)

| datasource  | package                  | from | to  |
| ----------- | ------------------------ | ---- | --- |
| github-tags | tj-actions/changed-files | v44  | v45 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 05241cb commit 28b9229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.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:
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 @@ -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:
files: kubernetes/**
dir_names: true
Expand Down

0 comments on commit 28b9229

Please sign in to comment.