Skip to content

Commit 89cf5ec

Browse files
Update actions/setup-dotnet digest to 3e891b0 (#766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 209af0b commit 89cf5ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/prepare-integration-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ runs:
1313
name: NuGet Package
1414
path: ./BuildArtifacts/Packages/NuGet
1515
- name: Install .NET
16-
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
16+
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
1717
with:
1818
dotnet-version: ${{ inputs.dotnet-version }}

.github/workflows/integrationtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Fetch all tags and branches
2121
run: git fetch --prune --unshallow
2222
- name: Install .NET
23-
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
23+
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
2424
with:
2525
# .NET 5 required for GitVersion
2626
dotnet-version: |

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Fetch all tags and branches
2828
run: git fetch --prune --unshallow
2929
- name: Install .NET
30-
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
30+
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
3131
with:
3232
# .NET 5 required for GitVersion
3333
dotnet-version: |

0 commit comments

Comments
 (0)