mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-07-31 13:10:14 +02:00
chore(deps): bump tj-actions/changed-files from 44 to 46 (#11879)
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](https://github.com/tj-actions/changed-files/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/check-urls.yml
vendored
2
.github/workflows/check-urls.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v46.0.5
|
||||
uses: tj-actions/changed-files@v46
|
||||
with:
|
||||
separator: " "
|
||||
json: true
|
||||
|
2
.github/workflows/rtl-ltr-linter.yml
vendored
2
.github/workflows/rtl-ltr-linter.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
# Identify all changed Markdown files in the PR using tj-actions/changed-files
|
||||
- name: Get changed Markdown files
|
||||
id: changed_md_files
|
||||
uses: tj-actions/changed-files@v44
|
||||
uses: tj-actions/changed-files@v46
|
||||
with:
|
||||
files: |
|
||||
**/*.md
|
||||
|
Reference in New Issue
Block a user