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:
parent
58da363b09
commit
f093bc3c0d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue