Skip to content

Commit c362a38

Browse files
Update actions/setup-dotnet digest to 67a3573 (#1096)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 041cba7 commit c362a38

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
16+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # 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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Fetch all tags and branches
2525
run: git fetch --prune --unshallow
2626
- name: Install .NET
27-
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
27+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
2828
with:
2929
# .NET 5 required for GitVersion
3030
dotnet-version: |

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Fetch all tags and branches
3232
run: git fetch --prune --unshallow
3333
- name: Install .NET
34-
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
34+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
3535
with:
3636
# .NET 5 required for GitVersion
3737
dotnet-version: |

0 commit comments

Comments
 (0)