Skip to content

Commit 4f20e75

Browse files
chore(deps): bump tj-actions/changed-files from 44 to 46
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 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@v44...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent caa05be commit 4f20e75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
4343
- name: Get changed files
4444
id: changed-files
45-
uses: tj-actions/changed-files@v46.0.5
45+
uses: tj-actions/changed-files@v46
4646
with:
4747
separator: " "
4848
json: true

.github/workflows/rtl-ltr-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Identify all changed Markdown files in the PR using tj-actions/changed-files
4141
- name: Get changed Markdown files
4242
id: changed_md_files
43-
uses: tj-actions/changed-files@v44
43+
uses: tj-actions/changed-files@v46
4444
with:
4545
files: |
4646
**/*.md

0 commit comments

Comments
 (0)