this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump tj-actions/changed-files from 44 to 46 in /.github/workflows

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
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
f0a82681 02011516

+1 -1
+1 -1
.github/workflows/windows.yml
··· 68 68 - name: Get changed files 69 69 id: changed-files 70 70 if: github.event_name != 'push' 71 - uses: tj-actions/changed-files@v44 71 + uses: tj-actions/changed-files@v46 72 72 73 73 - name: List all changed packages 74 74 id: changed-packages