Skip to content

Commit 271c4ee

Browse files
fix(deps): bump actions/setup-dotnet from 4.3.1 to 5.0.0 (#155)
1 parent f75c720 commit 271c4ee

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
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Setup .NET
23-
uses: actions/setup-dotnet@v4.3.1
23+
uses: actions/setup-dotnet@v5.0.0
2424
with:
2525
dotnet-version: "6.x"
2626

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v4.3.1
22+
uses: actions/setup-dotnet@v5.0.0
2323
with:
2424
dotnet-version: "6.x"
2525

0 commit comments

Comments
 (0)