Skip to content

Commit d61ca21

Browse files
Bump actions/setup-dotnet from 4 to 5 in the github-actions group (#948)
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) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea54568 commit d61ca21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0 # Get all the history so MinGit can compute the version
3333
- name: Set up latest .NET 8.0
34-
uses: actions/setup-dotnet@v4
34+
uses: actions/setup-dotnet@v5
3535
with:
3636
dotnet-version: "8.0.x"
3737
- run: dotnet pack NGitLab.sln --configuration Release --output ${{env.NuGetDirectory}} /bl
@@ -74,7 +74,7 @@ jobs:
7474
- name: Check out code
7575
uses: actions/checkout@v5
7676
- name: Set up latest .NET 8.0
77-
uses: actions/setup-dotnet@v4
77+
uses: actions/setup-dotnet@v5
7878
with:
7979
dotnet-version: "8.0.x"
8080
- name: Set artifact name
@@ -113,7 +113,7 @@ jobs:
113113
name: nuget
114114
path: ${{env.NuGetDirectory}}
115115
- name: Set up latest .NET 8.0
116-
uses: actions/setup-dotnet@v4
116+
uses: actions/setup-dotnet@v5
117117
with:
118118
dotnet-version: "8.0.x"
119119
- name: Publish NuGet packages

0 commit comments

Comments
 (0)