Skip to content

Commit b891cec

Browse files
authored
Upgrade the github workflows sdk to 8.0.x (#992)
1 parent 726b68e commit b891cec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
branch: master
3535
workflow_id: build.yml
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
- uses: actions/setup-dotnet@v1
37+
- uses: actions/setup-dotnet@v4
3838
with:
39-
dotnet-version: "6.0.x"
39+
dotnet-version: "8.0.x"
4040
- name: Build
4141
run: |
4242
./build.sh --target Publish --build-type ${{ steps.info.outputs.build_type }} --build-id ${{ steps.info.outputs.build_id }} --last-build-commit \"${{ steps.last_successful_commit.outputs.commit_hash }}\" --nuget-api-key \"${{ secrets.BEPIN_DEV_NUGET_KEY }}\"

.github/workflows/build_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2.3.5
13-
- uses: actions/setup-dotnet@v1
13+
- uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: "6.0.x"
15+
dotnet-version: "8.0.x"
1616
- name: Build
1717
run: |
1818
./build.sh --target Publish

0 commit comments

Comments
 (0)