Skip to content

Commit fa4f73c

Browse files
authored
Merge pull request #8 from randlee/dependabot/github_actions/actions/setup-dotnet-5
build(deps): Bump actions/setup-dotnet from 4 to 5
2 parents 9eaf45d + 024cd1c commit fa4f73c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v4
22+
uses: actions/setup-dotnet@v5
2323
with:
2424
dotnet-version: '10.0.x'
2525
dotnet-quality: 'preview'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717

1818
- name: Setup .NET
19-
uses: actions/setup-dotnet@v4
19+
uses: actions/setup-dotnet@v5
2020
with:
2121
dotnet-version: '10.0.x'
2222
dotnet-quality: 'preview'

0 commit comments

Comments
 (0)