Skip to content

Commit a7b04d9

Browse files
feat(github-action)!: Update tj-actions/changed-files (v46 → v47)
| datasource | package | from | to | | ----------- | ------------------------ | ---- | --- | | github-tags | tj-actions/changed-files | v46 | v47 | Co-authored-by: renovate[bot] <[email protected]>
1 parent bf936f4 commit a7b04d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm-rmp.yaml

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

3838
- name: Find modified Chart.yaml files
3939
id: changed-files
40-
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
40+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
4141
with:
4242
files: |
4343
**/Chart.yaml

.github/workflows/kustomize-rmp.yaml

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

3838
- name: Find modified Kustomization.yaml files
3939
id: changed-files
40-
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
40+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
4141
with:
4242
files: |
4343
**/kustomization.yaml

0 commit comments

Comments
 (0)