Skip to content

Commit f1f1772

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] <support@github.com>
1 parent 208d46d commit f1f1772

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Setup .NET 8
38-
uses: actions/setup-dotnet@v4
38+
uses: actions/setup-dotnet@v5
3939
with:
4040
dotnet-version: '8.0.x'
4141

@@ -110,7 +110,7 @@ jobs:
110110
fetch-depth: 0
111111

112112
- name: Setup .NET 8
113-
uses: actions/setup-dotnet@v4
113+
uses: actions/setup-dotnet@v5
114114
with:
115115
dotnet-version: '8.0.x'
116116

0 commit comments

Comments
 (0)