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 a57b668 commit 19c9a87Copy full SHA for 19c9a87
.github/workflows/continuous-integration.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
33
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
34
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
35
with:
36
dotnet-version: ${{ matrix.dotnet-version }}
37
0 commit comments