Skip to content

Commit 3c446e3

Browse files
authored
Merge pull request #1308 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-4.2.0
chore(deps): bump actions/setup-dotnet from 4.1.0 to 4.2.0
2 parents eadaf47 + a56a45e commit 3c446e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: recursive
1818
- name: Setup .NET
19-
uses: actions/setup-dotnet@v4.1.0
19+
uses: actions/setup-dotnet@v4.2.0
2020
with:
2121
dotnet-version: 8.0.x
2222
- name: Restore dependencies

0 commit comments

Comments
 (0)