Skip to content

Commit 818512c

Browse files
chore(deps): bump tj-actions/changed-files from 45 to 46
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 to 46. - [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@v45...v46) --- 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]>
1 parent f005215 commit 818512c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
- name: Check if documentation related files changed
2020
id: changed-files
21-
uses: tj-actions/changed-files@v45
21+
uses: tj-actions/changed-files@v46
2222
with:
2323
files: |
2424
**/*.md
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939
- name: Check if Helm Chart related files changed
4040
id: changed-files
41-
uses: tj-actions/changed-files@v45
41+
uses: tj-actions/changed-files@v46
4242
with:
4343
files: |
4444
deploy/helm/sumologic/**/*

0 commit comments

Comments
 (0)