We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3854b77 commit c6392f6Copy full SHA for c6392f6
3 files changed
.github/workflows/build-test.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v5
34
35
- name: Setup .NET 9.0
36
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
37
with:
38
dotnet-version: '9.0.x'
39
.github/workflows/depcheck.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: ⚙️ Setup .NET 9.0
31
32
dotnet-version: "9.0.x"
# include-prerelease: true
.github/workflows/deploy-site.yml
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v5
40
41
42
43
44
0 commit comments