Skip to content

Commit a656427

Browse files
authored
Merge pull request #9 from SteveGilham/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents e8621a2 + ed24d0c commit a656427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/[email protected]
1818
with:
1919
fetch-depth: 2
20-
- uses: actions/setup-dotnet@v4
20+
- uses: actions/setup-dotnet@v5
2121
with:
2222
global-json-file: global.json
2323
- name: Tools
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/[email protected]
4040
with:
4141
fetch-depth: 2
42-
- uses: actions/setup-dotnet@v4
42+
- uses: actions/setup-dotnet@v5
4343
with:
4444
global-json-file: global.json
4545
- name: Tools

0 commit comments

Comments
 (0)