Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 40 to 41
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41.
- [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@v40...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 3ce35da commit 8a6087a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Retrieve a list of updated charts
id: updated-charts
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: charts/*/Chart.yaml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sysdig-deploy-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Check if dependent charts were modified or not
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
id: dependent_files
with:
files: |
Expand Down

0 comments on commit 8a6087a

Please sign in to comment.