Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 717b3a3

Browse files
authored
Use a less specific setup-dotnet version
1 parent ff6be60 commit 717b3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $env:GITHUB_ENV
2323

2424
- name: Set up .NET 6.0
25-
uses: actions/setup-dotnet@v3.0.0
25+
uses: actions/setup-dotnet@v3
2626
with:
2727
dotnet-version: 6.0.x
2828

@@ -74,7 +74,7 @@ jobs:
7474
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $env:GITHUB_ENV
7575

7676
- name: Set up .NET 6.0
77-
uses: actions/setup-dotnet@v3.0.0
77+
uses: actions/setup-dotnet@v3
7878
with:
7979
dotnet-version: 6.0.x
8080

0 commit comments

Comments
 (0)