Skip to content

Commit 8e4c6e9

Browse files
Merge pull request #235 from TNG/renovate/actions-setup-dotnet-4.x
chore(deps): update actions/setup-dotnet action to v4
2 parents a2daba3 + e51be49 commit 8e4c6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
21+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
2222
with:
2323
dotnet-version: 6.0.402
2424
- name: Run tests

0 commit comments

Comments
 (0)