Skip to content

Commit 2614c3d

Browse files
Bump actions/setup-dotnet from 3 to 4 (#279)
* Bump actions/setup-dotnet from 3 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update codecov/[email protected] Signed-off-by: Victor Chang <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Victor Chang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Victor Chang <[email protected]>
1 parent d4807ec commit 2614c3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v3
4040
with:
4141
fetch-depth: 0
42-
- uses: actions/setup-dotnet@v3
42+
- uses: actions/setup-dotnet@v4
4343
with:
4444
dotnet-version: "8.0.x"
4545

@@ -100,7 +100,7 @@ jobs:
100100
distribution: 'zulu'
101101
java-version: '17'
102102

103-
- uses: actions/setup-dotnet@v3
103+
- uses: actions/setup-dotnet@v4
104104
with:
105105
dotnet-version: "8.0.x"
106106

@@ -160,7 +160,7 @@ jobs:
160160
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
161161
working-directory: ./src
162162

163-
- uses: codecov/codecov-action@v3
163+
- uses: codecov/codecov-action@v4.4.1
164164
with:
165165
token: ${{ secrets.CODECOV_TOKEN }}
166166
directory: "src/"
@@ -193,7 +193,7 @@ jobs:
193193
with:
194194
fetch-depth: 0
195195

196-
- uses: actions/setup-dotnet@v3
196+
- uses: actions/setup-dotnet@v4
197197
with:
198198
dotnet-version: "8.0.x"
199199

@@ -297,7 +297,7 @@ jobs:
297297
- name: Install grp
298298
run: dotnet tool install gpr -g
299299

300-
- uses: actions/setup-dotnet@v3
300+
- uses: actions/setup-dotnet@v4
301301
env:
302302
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
303303
with:

0 commit comments

Comments
 (0)