Skip to content

Commit 612c0c6

Browse files
Bump tj-actions/changed-files from 41 to 46 in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 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@v41...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f8b9bd commit 612c0c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/optimize-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Find changed image files
2929
id: changed-files
30-
uses: tj-actions/changed-files@v41
30+
uses: tj-actions/changed-files@v46
3131
with:
3232
files: |
3333
sites/**/*.png

.github/workflows/pr-url-and-dependent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
touch pr_comment.txt
194194
- name: Get changed files
195195
id: changed-files
196-
uses: tj-actions/changed-files@v41
196+
uses: tj-actions/changed-files@v46
197197
with:
198198
sha: ${{ env.HEADSHA }}
199199
base_sha: ${{ env.BASESHA }}

0 commit comments

Comments
 (0)