Skip to content

Commit 1b59be6

Browse files
chore(deps): update actions/setup-dotnet action to v5.3.0 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2306d30 commit 1b59be6

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@v6
2828
- name: Setup .NET
29-
uses: actions/setup-dotnet@v5.2.0
29+
uses: actions/setup-dotnet@v5.3.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@v5.2.0
31+
uses: actions/setup-dotnet@v5.3.0
3232
with:
3333
dotnet-version: |
3434
10.0.100-preview.1.25120.13

0 commit comments

Comments
 (0)