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