Skip to content

Commit b90afe6

Browse files
committed
Upgraded setup-dotnet to v5.
1 parent 238a6d2 commit b90afe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Install the .NET SDK indicated in the global.json file
3636
- name: Setup .NET SDK with global.json
37-
uses: actions/setup-dotnet@v4
37+
uses: actions/setup-dotnet@v5
3838
with:
3939
global-json-file: global.json
4040

@@ -68,7 +68,7 @@ jobs:
6868

6969
# Install the .NET SDK indicated in the global.json file
7070
- name: Setup .NET SDK with global.json
71-
uses: actions/setup-dotnet@v4
71+
uses: actions/setup-dotnet@v5
7272
with:
7373
global-json-file: global.json
7474

@@ -99,7 +99,7 @@ jobs:
9999

100100
# Install the .NET SDK indicated in the global.json file
101101
- name: Setup .NET SDK with global.json
102-
uses: actions/setup-dotnet@v4
102+
uses: actions/setup-dotnet@v5
103103
with:
104104
global-json-file: global.json
105105

0 commit comments

Comments
 (0)