From c3fe7694ac42fe2a9c8fa9a93bba94699ebe29f2 Mon Sep 17 00:00:00 2001 From: NeoCoderMatrix86 <40752681+NeoCoderMatrix86@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:02:25 +0100 Subject: [PATCH] Update run_unit_tests.yml --- .github/workflows/run_unit_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index 0232fc35..18e55ea2 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -10,14 +10,14 @@ jobs: # use ubuntu-latest image to run steps on runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.2.2 # sets up .NET - # version can be found here https://dotnet.microsoft.com/en-us/download/dotnet/8.0 + # version can be found here https://dotnet.microsoft.com/en-us/download/dotnet/9.0 - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.203' + dotnet-version: '9.0.101' - name: Install wasm-tools run: dotnet workload install wasm-tools