Skip to content

Commit da2d361

Browse files
dependabot[bot]BLumia
authored andcommitted
chore(deps): bump tj-actions/changed-files in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 16 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@v16...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 4320031 commit da2d361

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/templates-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
# Incremental sync when config changed
2525
- name: Get changed configs
2626
id: changed-configs
27-
uses: tj-actions/changed-files@v16
27+
uses: tj-actions/changed-files@v46
2828
with:
2929
separator: " "
3030
files: |
3131
repos/linuxdeepin/*.json
3232
# Full sync when file changed or workflow_dispatch event
3333
- name: Get changed files
3434
id: changed-files
35-
uses: tj-actions/changed-files@v16
35+
uses: tj-actions/changed-files@v46
3636
with:
3737
separator: " "
3838
files: |

0 commit comments

Comments
 (0)