git: Update .NET runtime to 8.0.0 and pin it

This commit is contained in:
WerWolv 2023-11-14 22:54:33 +01:00
parent 73454905e8
commit 13b72c8f93

View file

@ -63,7 +63,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.0'
- name: 📜 Set version variable
run: |
@ -177,7 +177,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.0'
- name: 🧰 Checkout glfw
if: ${{matrix.custom_glfw}}
@ -287,7 +287,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.0'
- name: 🏔️ Set Environment variables
run: |
@ -405,7 +405,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.0'
- name: 📜 Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
@ -536,7 +536,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.0'
- name: 📜 Setup ccache
uses: hendrikmuhs/ccache-action@v1.2.5