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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
dependabot[bot] 2025-10-05 20:37:40 +05:00 committed by GitHub
parent 58da363b09
commit f093bc3c0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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