We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70e520e + 5dc883f commit 1651a13Copy full SHA for 1651a13
1 file changed
.github/workflows/dotnet.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6.0.1
24
25
- name: Set up .NET ${{ env.DOTNET_VERSION }}
26
- uses: actions/setup-dotnet@v5.0.1
+ uses: actions/setup-dotnet@v5.1.0
27
with:
28
dotnet-version: ${{ env.DOTNET_VERSION }}
29
# The action searches for packages.lock.json in the repository root,
0 commit comments