From c06095c2531f5d8798d1093cba9381c448b85e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:07:28 +0000 Subject: [PATCH] ci(actions): Bump tyriis/multi-file-commit from 0.3.11 to 0.3.14 Bumps [tyriis/multi-file-commit](https://github.com/tyriis/multi-file-commit) from 0.3.11 to 0.3.14. - [Release notes](https://github.com/tyriis/multi-file-commit/releases) - [Commits](https://github.com/tyriis/multi-file-commit/compare/v0.3.11...v0.3.14) --- updated-dependencies: - dependency-name: tyriis/multi-file-commit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/opentofu-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/opentofu-format.yml b/.github/workflows/opentofu-format.yml index 422c1a6..0699da7 100644 --- a/.github/workflows/opentofu-format.yml +++ b/.github/workflows/opentofu-format.yml @@ -101,7 +101,7 @@ jobs: echo "changed=true" >> "$GITHUB_OUTPUT" fi - - uses: tyriis/multi-file-commit@v0.3.11 + - uses: tyriis/multi-file-commit@v0.3.14 if: ${{ steps.gather-artifacts.outputs.changed == 'true' }} with: message: "ci(terraform): Update terraform code"