Skip to content

Commit

Permalink
github-actions(deps): bump 3arthqu4ke/mc-runtime-test
Browse files Browse the repository at this point in the history
Bumps [3arthqu4ke/mc-runtime-test](https://github.com/3arthqu4ke/mc-runtime-test) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/3arthqu4ke/mc-runtime-test/releases)
- [Commits](headlesshq/mc-runtime-test@2.2.0...2.4.0)

---
updated-dependencies:
- dependency-name: 3arthqu4ke/mc-runtime-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 24, 2024
1 parent f68aa79 commit 8db4509
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-matrix-in-memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Copy launcher jar
run: cp launcher-jar/headlessmc-launcher.jar .
- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.2.0
uses: 3arthqu4ke/mc-runtime-test@2.4.0
with:
mc: ${{ matrix.version.mc }}
modloader: ${{ matrix.version.modloader }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-matrix-xvfb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Copy launcher jar
run: cp launcher-jar/headlessmc-launcher.jar .
- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.2.0
uses: 3arthqu4ke/mc-runtime-test@2.4.0
with:
mc: ${{ matrix.version.mc }}
modloader: ${{ matrix.version.modloader }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Copy launcher jar
run: cp launcher-jar/headlessmc-launcher.jar .
- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.2.0
uses: 3arthqu4ke/mc-runtime-test@2.4.0
with:
mc: ${{ matrix.version.mc }}
modloader: ${{ matrix.version.modloader }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-specific-all-modloaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Copy launcher jar
run: cp launcher-jar/headlessmc-launcher.jar .
- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.2.0
uses: 3arthqu4ke/mc-runtime-test@2.4.0
with:
mc: ${{ github.event.inputs.mc }}
modloader: ${{ matrix.version.modloader }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: cp headlessmc-launcher-wrapper/build/libs/headlessmc-launcher.jar .

- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.2.0
uses: 3arthqu4ke/mc-runtime-test@2.4.0
with:
mc: ${{ github.event.inputs.mc }}
modloader: ${{ github.event.inputs.modloader }}
Expand Down

0 comments on commit 8db4509

Please sign in to comment.