Skip to content

Commit de569af

Browse files
Merge pull request #207 from ServiceComposer/dependabot/github_actions/actions/setup-dotnet-5.1.0
Bump actions/setup-dotnet from 5.0.1 to 5.1.0
2 parents f235945 + 8e7a037 commit de569af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Setup .NET SDK
32-
uses: actions/setup-dotnet@v5.0.1
32+
uses: actions/setup-dotnet@v5.1.0
3333
with:
3434
dotnet-version: |
3535
8.0.x
@@ -53,7 +53,7 @@ jobs:
5353
- name: checkout code
5454
uses: actions/checkout@v6.0.1
5555
- name: Setup .NET
56-
uses: actions/setup-dotnet@v5.0.1
56+
uses: actions/setup-dotnet@v5.1.0
5757
with:
5858
dotnet-version: 10.0.x
5959
- name: Download artifacts

0 commit comments

Comments
 (0)