Skip to content

Commit 0e7b7fc

Browse files
Bump actions/setup-dotnet from 1.8.1 to 1.8.2
1 parent d219299 commit 0e7b7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.job.os }}
3434
steps:
3535
- name: Setup net5.0
36-
uses: actions/setup-dotnet@v1.8.1
36+
uses: actions/setup-dotnet@v1.8.2
3737
with:
3838
dotnet-version: "5.0.401"
3939
- name: Run dotnet --info

0 commit comments

Comments
 (0)