Skip to content

Commit ed24d0c

Browse files
Bump actions/setup-dotnet from 4 to 5
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8621a2 commit ed24d0c

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)