Skip to content

Commit 8453029

Browse files
Update actions/setup-dotnet action to v5.3.0 (#69)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent ff3186c commit 8453029

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v6.0.2
1616
- name: Setup .NET SDK
17-
uses: actions/setup-dotnet@v5.2.0
17+
uses: actions/setup-dotnet@v5.3.0
1818
with:
1919
# Should match the version used in https://github.com/Particular/repo-integrity-action/blob/main/src/RepoIntegrityTests/RepoIntegrityTests.csproj
2020
dotnet-version: 10.0.x

.github/workflows/nuget-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v6.0.2
1717
- name: Setup .NET SDK
18-
uses: actions/setup-dotnet@v5.2.0
18+
uses: actions/setup-dotnet@v5.3.0
1919
with:
2020
global-json-file: global.json
2121
- name: .NET Restore

0 commit comments

Comments
 (0)