Skip to content

Commit 29f25c9

Browse files
dependabot[bot]vjdhama
authored andcommitted
build(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] <support@github.com>
1 parent 851c52a commit 29f25c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- uses: tj-actions/changed-files@v45
16+
- uses: tj-actions/changed-files@v46
1717
id: changed-files
1818
with:
1919
files: '**/*.md'

.github/workflows/spell_check.yml

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

1818
- name: Get changed files
1919
id: changed-files
20-
uses: tj-actions/changed-files@v45
20+
uses: tj-actions/changed-files@v46
2121
with:
2222
files: |
2323
content/blog/**.md

0 commit comments

Comments
 (0)