Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files in /.github/workflows (#214)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.9.2 to 41.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v35.9.2...v41.0.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent b583e53 commit 31f3b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-push-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Get list of changed charts
id: list-changed-charts
uses: tj-actions/changed-files@v35.9.2
uses: tj-actions/changed-files@v41.0.0
with:
files: charts/**
dir_names: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Get list of changed charts
id: list-changed-charts
uses: tj-actions/changed-files@v35.9.2
uses: tj-actions/changed-files@v41.0.0
with:
files: charts/*/Chart.yaml

Expand Down

0 comments on commit 31f3b2f

Please sign in to comment.