We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09366f5 commit 668d890Copy full SHA for 668d890
.github/workflows/default_plugins.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- name: Setup .NET
15
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
16
with:
17
dotnet-version: 9.0.x
18
.github/workflows/dotnet.yml
@@ -29,7 +29,7 @@ jobs:
29
"**/SolutionAssemblyInfo.cs"
30
version: ${{ env.FlowVersion }}.${{ env.BUILD_NUMBER }}
31
32
33
34
35
# cache: true
0 commit comments