Skip to content

Commit f45fba8

Browse files
author
Nick Ficano
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-dotnet-5'
* origin/dependabot/github_actions/actions/setup-dotnet-5: chore(deps): bump actions/setup-dotnet from 4 to 5
2 parents bb918cf + a44ac8d commit f45fba8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: Setup .NET (from global.json)
51-
uses: actions/setup-dotnet@v4
51+
uses: actions/setup-dotnet@v5
5252
with:
5353
global-json-file: global.json
5454

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 1
5252

5353
- name: Setup .NET (from global.json)
54-
uses: actions/setup-dotnet@v4
54+
uses: actions/setup-dotnet@v5
5555
with:
5656
global-json-file: global.json
5757

0 commit comments

Comments
 (0)