Skip to content

Commit 4d4c8da

Browse files
Merge pull request #98 from ServiceComposer/dependabot/github_actions/actions/setup-dotnet-3.0.3
Bump actions/setup-dotnet from 1.9.0 to 3.0.3
2 parents 5384c94 + d0ce99e commit 4d4c8da

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@v1.9.0
32+
uses: actions/setup-dotnet@v3.0.3
3333
with:
3434
dotnet-version: 6.0.x
3535
- name: Build
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-20.04
5151
steps:
5252
- name: Setup .NET 6
53-
uses: actions/setup-dotnet@v1.9.0
53+
uses: actions/setup-dotnet@v3.0.3
5454
with:
5555
dotnet-version: 6.0.x
5656
- name: Download artifacts

0 commit comments

Comments
 (0)