Skip to content

Commit 620e236

Browse files
chore(deps): update tj-actions/changed-files action to v47 for env .github/workflows application name .github/workflows (#55)
Co-authored-by: pipelines-github-app[bot] <200609713+pipelines-github-app[bot]@users.noreply.github.com>
1 parent dfd3835 commit 620e236

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rendered-manifest-ci-flux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Find modified Chart.yaml files
2424
id: changed-files
25-
uses: tj-actions/changed-files@v45
25+
uses: tj-actions/changed-files@v47
2626
with:
2727
files: |
2828
**/helmrelease.yaml

.github/workflows/rendered-manifest-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Find modified Chart.yaml files
3131
id: changed-files
32-
uses: tj-actions/changed-files@v45
32+
uses: tj-actions/changed-files@v47
3333
with:
3434
files: |
3535
**/Chart.yaml

0 commit comments

Comments
 (0)