Skip to content

Commit 4dd0327

Browse files
chore(deps): update actions/setup-dotnet digest to 9a946fd
Ref: PACT-445
1 parent c5c05a4 commit 4dd0327

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727
- name: Setup .NET SDK ${{ matrix.dotnet-version }}
28-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
28+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
2929
with:
3030
dotnet-version: ${{ matrix.dotnet-version }}
3131
- name: Test

.github/workflows/contract_requiring_verification_published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
ref: ${{env.GIT_COMMIT}}
3737
- name: Setup .NET SDK 10.0.x
38-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
38+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
3939
with:
4040
dotnet-version: '10.0.x'
4141
- run: docker pull pactfoundation/pact-cli:latest

.github/workflows/verify_changed_pact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
- name: Setup .NET SDK 10.0.x
22-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
22+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
2323
with:
2424
dotnet-version: '10.0.x'
2525
- run: docker pull pactfoundation/pact-cli:latest

0 commit comments

Comments
 (0)