Skip to content

Commit 0fe7811

Browse files
Bump actions/setup-dotnet from 4 to 5 (#1899)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b28aab5 commit 0fe7811

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: build/linux-x64/install.dependencies.sh
2525

26-
- uses: actions/setup-dotnet@v4
26+
- uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: 8.x
2929

@@ -56,7 +56,7 @@ jobs:
5656
- name: Install dependencies
5757
run: build/linux-musl-x64/install.dependencies.sh
5858

59-
- uses: actions/setup-dotnet@v4
59+
- uses: actions/setup-dotnet@v5
6060
with:
6161
dotnet-version: 8.x
6262

@@ -87,7 +87,7 @@ jobs:
8787
- name: Install dependencies
8888
run: build/linux-arm64/install.dependencies.sh
8989

90-
- uses: actions/setup-dotnet@v4
90+
- uses: actions/setup-dotnet@v5
9191
with:
9292
dotnet-version: 8.x
9393

@@ -118,7 +118,7 @@ jobs:
118118
- name: Install dependencies
119119
run: build/macos-x64/install.dependencies.sh
120120

121-
- uses: actions/setup-dotnet@v4
121+
- uses: actions/setup-dotnet@v5
122122
with:
123123
dotnet-version: 8.x
124124

@@ -143,7 +143,7 @@ jobs:
143143
- name: Install dependencies
144144
run: build/macos-arm64/install.dependencies.sh
145145

146-
- uses: actions/setup-dotnet@v4
146+
- uses: actions/setup-dotnet@v5
147147
with:
148148
dotnet-version: 8.x
149149

0 commit comments

Comments
 (0)