Skip to content

Commit 81cd13f

Browse files
Merge pull request #202 from ServiceComposer/dependabot/github_actions/actions/setup-dotnet-5.0.1
Bump actions/setup-dotnet from 5.0.0 to 5.0.1
2 parents 871be2e + 71f116e commit 81cd13f

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.0
32+
uses: actions/setup-dotnet@v5.0.1
3333
with:
3434
dotnet-version: |
3535
8.0.x
@@ -53,7 +53,7 @@ jobs:
5353
- name: checkout code
5454
uses: actions/checkout@v6.0.0
5555
- name: Setup .NET
56-
uses: actions/setup-dotnet@v5.0.0
56+
uses: actions/setup-dotnet@v5.0.1
5757
with:
5858
dotnet-version: 10.0.x
5959
- name: Download artifacts

0 commit comments

Comments
 (0)