Skip to content

Commit 355118f

Browse files
Merge pull request #192 from ServiceComposer/dependabot/github_actions/actions/setup-dotnet-5.0.0
2 parents 6785d71 + b999fbf commit 355118f

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@v4.3.1
32+
uses: actions/setup-dotnet@v5.0.0
3333
with:
3434
dotnet-version: |
3535
6.0.x
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Setup .NET 8
57-
uses: actions/setup-dotnet@v4.3.1
57+
uses: actions/setup-dotnet@v5.0.0
5858
with:
5959
dotnet-version: 8.0.x
6060
- name: Download artifacts

0 commit comments

Comments
 (0)