Skip to content

Commit

Permalink
feat(github-action)!: Update tj-actions/changed-files action to v41.0.1
Browse files Browse the repository at this point in the history
| datasource  | package                  | from     | to      |
| ----------- | ------------------------ | -------- | ------- |
| github-tags | tj-actions/changed-files | v36.0.18 | v41.0.1 |
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent 64a9661 commit fd64f3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helmrelease-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@07e0177b72d3640efced741cae32f9861eee1367 # v36.0.18
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1
with:
json: true
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helmrepository-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@07e0177b72d3640efced741cae32f9861eee1367 # v36.0.18
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1
with:
files: |
kubernetes/**/helmrelease.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-terraform-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@07e0177b72d3640efced741cae32f9861eee1367 # v36.0.18
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1
with:
dir_names: true
dir_names_max_depth: 2
Expand Down

0 comments on commit fd64f3b

Please sign in to comment.