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.
2 parents 1e7b8c7 + e10b16e commit 132bab1Copy full SHA for 132bab1
.github/workflows/dotnet.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v5.0.0
25
26
- name: Set up .NET ${{ env.DOTNET_VERSION }}
27
- uses: actions/setup-dotnet@v4.3.1
+ uses: actions/setup-dotnet@v5.0.0
28
with:
29
dotnet-version: ${{ env.DOTNET_VERSION }}
30
# The action searches for packages.lock.json in the repository root,
0 commit comments