From f093bc3c0d41ddbf9df1f90eee2d996552079ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 20:37:40 +0500 Subject: [PATCH] Bump the dependencies group with 2 updates (#1930) Bumps the dependencies group with 2 updates: [roamingowl/template-output-with-eta](https://github.com/roamingowl/template-output-with-eta) and [actions/cache](https://github.com/actions/cache). Updates `roamingowl/template-output-with-eta` from 1.13.0 to 2.0.0 - [Release notes](https://github.com/roamingowl/template-output-with-eta/releases) - [Commits](https://github.com/roamingowl/template-output-with-eta/compare/v1.13.0...v2.0.0) Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: roamingowl/template-output-with-eta dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/cache dependency-version: 4.3.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> Co-authored-by: Pyritie --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa1dc4714..1db19c5fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -194,7 +194,7 @@ jobs: - name: 📄 Format diff id: format_diff if: ${{ steps.read_diff.outputs.diff != '' }} - uses: roamingowl/template-output-with-eta@v1.13.0 + uses: roamingowl/template-output-with-eta@v2.0.0 with: template: | ```markdown @@ -317,7 +317,7 @@ jobs: sed -i -e "s/MINECRAFT_VERSION/${MINECRAFT_VERSION}/g" .pakku/server-overrides/forge-auto-install.txt - name: 📝 Cache pakku - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 id: cache with: path: build/.cache @@ -429,7 +429,7 @@ jobs: - name: 📄 Format diff id: format_diff if: ${{ needs.info.outputs.diff != '' }} - uses: roamingowl/template-output-with-eta@v1.13.0 + uses: roamingowl/template-output-with-eta@v2.0.0 with: template: | ```markdown