Skip to content

Commit 59c7b3f

Browse files
chore(deps): update actions/setup-dotnet action to v5 (#121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 843380f commit 59c7b3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v5
2828
- name: Setup .NET
29-
uses: actions/setup-dotnet@v4.3.1
29+
uses: actions/setup-dotnet@v5.0.0
3030
with:
3131
dotnet-version: |
3232
10.0.100-preview.1.25120.13

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
languages: ${{ matrix.language }}
3030
- name: Setup .NET
31-
uses: actions/setup-dotnet@v4.3.1
31+
uses: actions/setup-dotnet@v5.0.0
3232
with:
3333
dotnet-version: |
3434
10.0.100-preview.1.25120.13

0 commit comments

Comments
 (0)