Skip to content

Commit 2da7045

Browse files
(maint) Update actions/setup-dotnet action to v4.3.0 (#133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d155196 commit 2da7045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/[email protected]
4848
- name: Fetch all tags and branches
4949
run: git fetch --prune --unshallow
50-
- uses: actions/setup-dotnet@v4.2.0
50+
- uses: actions/setup-dotnet@v4.3.0
5151
with:
5252
# codecov needs 2.1, gitReleaseManager needs 3.1, gitVersion needs 5.0
5353
dotnet-version: |

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/[email protected]
3434
- name: Fetch all tags and branches
3535
run: git fetch --prune --unshallow
36-
- uses: actions/setup-dotnet@v4.2.0
36+
- uses: actions/setup-dotnet@v4.3.0
3737
with:
3838
# codecov needs 2.1, gitReleaseManager needs 3.1, gitVersion needs 5.0
3939
dotnet-version: |

0 commit comments

Comments
 (0)