From 1f872f188bb6d88740a3a8de659f1dfe8e6add23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:02:15 +0000 Subject: [PATCH] github-actions(deps): bump 3arthqu4ke/mc-runtime-test Bumps [3arthqu4ke/mc-runtime-test](https://github.com/3arthqu4ke/mc-runtime-test) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/3arthqu4ke/mc-runtime-test/releases) - [Commits](https://github.com/3arthqu4ke/mc-runtime-test/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: 3arthqu4ke/mc-runtime-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/run-matrix-in-memory.yml | 2 +- .github/workflows/run-matrix-xvfb.yml | 2 +- .github/workflows/run-matrix.yml | 2 +- .github/workflows/run-specific-all-modloaders.yml | 2 +- .github/workflows/run-specific.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run-matrix-in-memory.yml b/.github/workflows/run-matrix-in-memory.yml index f2fed633..5abc3e53 100644 --- a/.github/workflows/run-matrix-in-memory.yml +++ b/.github/workflows/run-matrix-in-memory.yml @@ -89,7 +89,7 @@ jobs: - name: Copy launcher jar run: cp launcher-jar/headlessmc-launcher.jar . - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@2.1.0 + uses: 3arthqu4ke/mc-runtime-test@2.2.0 with: mc: ${{ matrix.version.mc }} modloader: ${{ matrix.version.modloader }} diff --git a/.github/workflows/run-matrix-xvfb.yml b/.github/workflows/run-matrix-xvfb.yml index afcfa07f..5168be9b 100644 --- a/.github/workflows/run-matrix-xvfb.yml +++ b/.github/workflows/run-matrix-xvfb.yml @@ -85,7 +85,7 @@ jobs: - name: Copy launcher jar run: cp launcher-jar/headlessmc-launcher.jar . - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@2.1.0 + uses: 3arthqu4ke/mc-runtime-test@2.2.0 with: mc: ${{ matrix.version.mc }} modloader: ${{ matrix.version.modloader }} diff --git a/.github/workflows/run-matrix.yml b/.github/workflows/run-matrix.yml index 12beafab..b9aefeeb 100644 --- a/.github/workflows/run-matrix.yml +++ b/.github/workflows/run-matrix.yml @@ -85,7 +85,7 @@ jobs: - name: Copy launcher jar run: cp launcher-jar/headlessmc-launcher.jar . - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@2.1.0 + uses: 3arthqu4ke/mc-runtime-test@2.2.0 with: mc: ${{ matrix.version.mc }} modloader: ${{ matrix.version.modloader }} diff --git a/.github/workflows/run-specific-all-modloaders.yml b/.github/workflows/run-specific-all-modloaders.yml index ab1bad8f..9eaf8692 100644 --- a/.github/workflows/run-specific-all-modloaders.yml +++ b/.github/workflows/run-specific-all-modloaders.yml @@ -66,7 +66,7 @@ jobs: - name: Copy launcher jar run: cp launcher-jar/headlessmc-launcher.jar . - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@2.1.0 + uses: 3arthqu4ke/mc-runtime-test@2.2.0 with: mc: ${{ github.event.inputs.mc }} modloader: ${{ matrix.version.modloader }} diff --git a/.github/workflows/run-specific.yml b/.github/workflows/run-specific.yml index f6c9c46f..5b4d3a8a 100644 --- a/.github/workflows/run-specific.yml +++ b/.github/workflows/run-specific.yml @@ -61,7 +61,7 @@ jobs: - name: Copy launcher jar run: cp headlessmc-launcher/build/libs/headlessmc-launcher.jar . - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@2.1.0 + uses: 3arthqu4ke/mc-runtime-test@2.2.0 with: mc: ${{ github.event.inputs.mc }} modloader: ${{ github.event.inputs.modloader }}