Skip to content

Commit 8ae410c

Browse files
Update actions/setup-dotnet action to v5.0.1 (#939)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 95dceca commit 8ae410c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Setup .NET SDK
36-
uses: actions/setup-dotnet@v5.0.0
36+
uses: actions/setup-dotnet@v5.0.1
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Setup Azure Functions Core Tools - Windows

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET SDK
21-
uses: actions/setup-dotnet@v5.0.0
21+
uses: actions/setup-dotnet@v5.0.1
2222
with:
2323
dotnet-version: 8.0.x
2424
- name: Build

0 commit comments

Comments
 (0)