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 5686654 commit af1b62bCopy full SHA for af1b62b
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
32
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
33
with:
34
dotnet-version: ${{ matrix.dotnet-version }}
35
- name: test for ${{ matrix.pact_provider }}
0 commit comments