diff --git a/.github/workflows/run-matrix-in-memory.yml b/.github/workflows/run-matrix-in-memory.yml index 98e74dc..6884344 100644 --- a/.github/workflows/run-matrix-in-memory.yml +++ b/.github/workflows/run-matrix-in-memory.yml @@ -109,7 +109,7 @@ jobs: - name: Copy launcher jar run: cp launcher-jar/headlessmc-launcher.jar . - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@v3.0.0 + uses: 3arthqu4ke/mc-runtime-test@3.0.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 1acad0b..bb2f805 100644 --- a/.github/workflows/run-matrix-xvfb.yml +++ b/.github/workflows/run-matrix-xvfb.yml @@ -105,7 +105,7 @@ jobs: - name: Copy launcher jar run: cp launcher-jar/headlessmc-launcher.jar . - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@v3.0.0 + uses: 3arthqu4ke/mc-runtime-test@3.0.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 d7318c4..e8c24af 100644 --- a/.github/workflows/run-matrix.yml +++ b/.github/workflows/run-matrix.yml @@ -105,7 +105,7 @@ jobs: - name: Copy launcher jar run: cp launcher-jar/headlessmc-launcher.jar . - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@v3.0.0 + uses: 3arthqu4ke/mc-runtime-test@3.0.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 219edd6..a1b9a4b 100644 --- a/.github/workflows/run-specific-all-modloaders.yml +++ b/.github/workflows/run-specific-all-modloaders.yml @@ -74,7 +74,7 @@ jobs: - name: Copy launcher jar run: cp launcher-jar/headlessmc-launcher.jar . - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@v3.0.0 + uses: 3arthqu4ke/mc-runtime-test@3.0.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 238ac98..bca1fe8 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@v3.0.0 + uses: 3arthqu4ke/mc-runtime-test@3.0.0 with: mc: ${{ github.event.inputs.mc }} modloader: ${{ github.event.inputs.modloader }}