diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index 441328b52..e2017caa4 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -24,7 +24,7 @@ jobs: # Incremental sync when config changed - name: Get changed configs id: changed-configs - uses: tj-actions/changed-files@v16 + uses: tj-actions/changed-files@v46 with: separator: " " files: | @@ -32,7 +32,7 @@ jobs: # Full sync when file changed or workflow_dispatch event - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v16 + uses: tj-actions/changed-files@v46 with: separator: " " files: |