| commit | 3d1c58642d90f40a516d195b52976768c63cb64b | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu May 23 18:49:45 2024 -0400 |
| committer | GitHub <noreply@github.com> | Thu May 23 18:49:45 2024 -0400 |
| tree | ad6a804bfbfe7cabcab8b8fe1d70eac84ad0a9d0 | |
| parent | 90afbf60b74b29878e8da9a28634496a7e40455f [diff] |
Bump tj-actions/changed-files from 39 to 41 in /.github/workflows (#14) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 41. - [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/v39...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 90eed2f..8b1a835 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml
@@ -26,7 +26,7 @@ - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: separator: "," skip_initial_fetch: true