From 184272b6ce4ba2284906dd9e6f8e553e9d845d1b Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Sun, 11 Feb 2024 09:31:01 -0600 Subject: [PATCH] Upgrade last two tasks. --- .github/workflows/IKVM.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/IKVM.yml b/.github/workflows/IKVM.yml index f084777ae4..6aca8b4dfc 100644 --- a/.github/workflows/IKVM.yml +++ b/.github/workflows/IKVM.yml @@ -579,13 +579,13 @@ jobs: dotnet-version: 7.0.x - name: Setup WSL if: runner.os == 'Windows' - uses: Vampire/setup-wsl@v2 + uses: Vampire/setup-wsl@v3 - name: Setup Linux if: runner.os == 'Linux' shell: bash run: sudo apt-get update && sudo apt-get install -y libasound2 - name: Get Test Name - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: test-name env: MATRIX_RUN: '${{ matrix.run }}'