We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00687c9 commit 66cdf1bCopy full SHA for 66cdf1b
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
path: ~/.nuget/packages
32
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj','**/*.props') }}
33
34
- - uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
+ - uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
35
with:
36
dotnet-version: |
37
6
0 commit comments