We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7be7f commit 7322fbfCopy full SHA for 7322fbf
1 file changed
.github/workflows/build-samples.yml
@@ -16,25 +16,25 @@ on:
16
17
jobs:
18
build:
19
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
24
25
- name: Setup .NET Core 3.1 SDK
26
uses: actions/setup-dotnet@v1
27
with:
28
dotnet-version: 3.1.x
29
30
- name: Setup .NET 6.0 SDK
31
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v4
32
33
dotnet-version: 6.0.x
34
include-prerelease: true
35
36
- name: Setup .NET 8.0 SDK
37
38
39
dotnet-version: 8.0.x
40
0 commit comments