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 c8fa33c commit a0bb1baCopy full SHA for a0bb1ba
.github/workflows/continuous-integration.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
32
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
33
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
+ uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4
34
with:
35
dotnet-version: ${{ matrix.dotnet-version }}
36
0 commit comments