Skip to content

Commit c4c9872

Browse files
chore(deps): update actions/setup-dotnet action to v5.2.0 (#263)
1 parent 67e9bac commit c4c9872

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5.0.1
2525
- name: Setup .NET
26-
uses: actions/setup-dotnet@v5.0.0
26+
uses: actions/setup-dotnet@v5.2.0
2727
with:
2828
global-json-file: global.json
2929
- name: Restore tools

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
- name: Setup .NET
30-
uses: actions/setup-dotnet@v5.0.0
30+
uses: actions/setup-dotnet@v5.2.0
3131
with:
3232
global-json-file: global.json
3333
- name: Restore dependencies

0 commit comments

Comments
 (0)