Skip to content

Commit 53293f6

Browse files
chore(deps): update actions/setup-dotnet action to v4.3.1
1 parent f64f4af commit 53293f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424

2525
- name: Install .NET 6
26-
uses: actions/setup-dotnet@v4.0.1
26+
uses: actions/setup-dotnet@v4.3.1
2727
with:
2828
dotnet-version: 6.0.x
2929

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424

2525
- name: Install .NET 6
26-
uses: actions/setup-dotnet@v4.0.1
26+
uses: actions/setup-dotnet@v4.3.1
2727
with:
2828
dotnet-version: 6.0.x
2929

0 commit comments

Comments
 (0)