Skip to content

Commit 53b3061

Browse files
Update actions/setup-dotnet action to v3 (#330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c35b3b8 commit 53b3061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Checkout
6767
uses: actions/checkout@v3
6868
- name: Setup dotnet SDK
69-
uses: actions/setup-dotnet@v1
69+
uses: actions/setup-dotnet@v3
7070
with:
7171
dotnet-version: |
7272
6.0.x

0 commit comments

Comments
 (0)