Skip to content

Commit c374db7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Fetch all tags and branches
1212
run: git fetch --prune --unshallow
1313
- name: Install .NET
14-
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
14+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
1515
with:
1616
# .NET 5 required for GitVersion
1717
dotnet-version: |
@@ -43,7 +43,7 @@ jobs:
4343
name: NuGet Package
4444
path: ./BuildArtifacts/Packages/NuGet
4545
- name: Install .NET
46-
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
46+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
4747
with:
4848
dotnet-version: |
4949
8.x

0 commit comments

Comments
 (0)