From 8db4509669463dce04ef904bc78458f35c38c777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 16:35:40 +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.2.0 to 2.4.0. - [Release notes](https://github.com/3arthqu4ke/mc-runtime-test/releases) - [Commits](https://github.com/3arthqu4ke/mc-runtime-test/compare/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] --- .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 e26c25ad..fae31d06 100644 --- a/.github/workflows/run-matrix-in-memory.yml +++ b/.github/workflows/run-matrix-in-memory.yml @@ -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 }} diff --git a/.github/workflows/run-matrix-xvfb.yml b/.github/workflows/run-matrix-xvfb.yml index bf916480..95755205 100644 --- a/.github/workflows/run-matrix-xvfb.yml +++ b/.github/workflows/run-matrix-xvfb.yml @@ -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 }} diff --git a/.github/workflows/run-matrix.yml b/.github/workflows/run-matrix.yml index 0cbef5ca..b9f39d6b 100644 --- a/.github/workflows/run-matrix.yml +++ b/.github/workflows/run-matrix.yml @@ -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 }} diff --git a/.github/workflows/run-specific-all-modloaders.yml b/.github/workflows/run-specific-all-modloaders.yml index ccdb9dc8..6548db91 100644 --- a/.github/workflows/run-specific-all-modloaders.yml +++ b/.github/workflows/run-specific-all-modloaders.yml @@ -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 }} diff --git a/.github/workflows/run-specific.yml b/.github/workflows/run-specific.yml index f9a81ab4..d3dea60c 100644 --- a/.github/workflows/run-specific.yml +++ b/.github/workflows/run-specific.yml @@ -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 }}