From 15bad0ccb581d5e1c4e46857062aac2ec796af4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 12:56:02 +0300 Subject: [PATCH] Bump roamingowl/template-output-with-eta in the dependencies group (#1527) Bumps the dependencies group with 1 update: [roamingowl/template-output-with-eta](https://github.com/roamingowl/template-output-with-eta). Updates `roamingowl/template-output-with-eta` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/roamingowl/template-output-with-eta/releases) - [Commits](https://github.com/roamingowl/template-output-with-eta/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: roamingowl/template-output-with-eta dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07c008bf5..65cf05b60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,7 +182,7 @@ jobs: - name: 📄 Format diff id: format_diff if: ${{ steps.read_diff.outputs.diff != '' }} - uses: roamingowl/template-output-with-eta@v1.12.0 + uses: roamingowl/template-output-with-eta@v1.13.0 with: template: | ```markdown @@ -430,7 +430,7 @@ jobs: - name: 📄 Format diff id: format_diff if: ${{ needs.info.outputs.diff != '' }} - uses: roamingowl/template-output-with-eta@v1.12.0 + uses: roamingowl/template-output-with-eta@v1.13.0 with: template: | ```markdown