From 33b5dacc65c400793c457b7fb31d40a424f0dad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:33:52 +0100 Subject: [PATCH] Bump trilom/file-changes-action from 1.2.3 to 1.2.4 (#494) Bumps [trilom/file-changes-action](https://github.com/trilom/file-changes-action) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/trilom/file-changes-action/releases) - [Changelog](https://github.com/trilom/file-changes-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/trilom/file-changes-action/compare/v1.2.3...1.2.4) --- updated-dependencies: - dependency-name: trilom/file-changes-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/yamlformatter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yamlformatter.yml b/.github/workflows/yamlformatter.yml index 01f5be73..a96ee756 100644 --- a/.github/workflows/yamlformatter.yml +++ b/.github/workflows/yamlformatter.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Get file changes id: get_file_changes - uses: trilom/file-changes-action@v1.2.3 + uses: trilom/file-changes-action@1.2.4 with: output: ' ' - name: Select only the yaml files