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 f6cc3b6 commit dda67efCopy full SHA for dda67ef
.github/workflows/reusable-test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Setup .NET
19
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
20
with:
21
dotnet-version: ${{ inputs.dotnet-version }}
22
.github/workflows/test-all.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Set up dotnet
14
15
dotnet-version: '9.0.x'
0 commit comments