Skip to content

Commit 162202f

Browse files
Bump actions/setup-dotnet from 4 to 5 in the github-actions group (#116)
Bumps the github-actions group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5)
1 parent df5c511 commit 162202f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v5
4141

42-
- uses: actions/setup-dotnet@v4
42+
- uses: actions/setup-dotnet@v5
4343
with:
4444
global-json-file: ./global.json
4545

@@ -63,7 +63,7 @@ jobs:
6363
git tag --list
6464
6565
- name: Setup .NET
66-
uses: actions/setup-dotnet@v4
66+
uses: actions/setup-dotnet@v5
6767
with:
6868
global-json-file: ./global.json
6969
dotnet-version: |
@@ -92,7 +92,7 @@ jobs:
9292
git tag --list
9393
9494
- name: Setup .NET
95-
uses: actions/setup-dotnet@v4
95+
uses: actions/setup-dotnet@v5
9696
with:
9797
global-json-file: ./global.json
9898
dotnet-version: |
@@ -167,7 +167,7 @@ jobs:
167167
fetch-depth: 1
168168

169169
- name: Setup .NET
170-
uses: actions/setup-dotnet@v4
170+
uses: actions/setup-dotnet@v5
171171
with:
172172
global-json-file: ./global.json
173173
dotnet-version: |

0 commit comments

Comments
 (0)