Skip to content

Commit 46dbef7

Browse files
committed
chore: update github workflows
1 parent ceb29b1 commit 46dbef7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/benchmarks-merged.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-dotnet@v3
2626
with:
27-
dotnet-version: 6.0.x
27+
dotnet-version: 8.0.x
2828
- name: Run benchmark
2929
run: dotnet run --project tools/Libplanet.Benchmarks -c Release -- --exporters json --filter '*'
3030

.github/workflows/benchmarks-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{ github.pull_request.head.sha }}
2525
- uses: actions/setup-dotnet@v3
2626
with:
27-
dotnet-version: 6.0.x
27+
dotnet-version: 8.0.x
2828
- name: Run benchmark
2929
run: dotnet run --project tools/Libplanet.Benchmarks -c Release -- --exporters json --filter '*'
3030

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
WEB_FLOW_KEY_URL: https://github.com/web-flow.gpg
3535
- uses: actions/setup-dotnet@v3
3636
with:
37-
dotnet-version: 6.0.x
37+
dotnet-version: 8.0.x
3838
- uses: actions/setup-node@v3
3939
with:
4040
registry-url: 'https://registry.npmjs.org'

.github/workflows/check-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
ref: ${{ github.pull_request.head.sha }}
2626
- uses: actions/setup-dotnet@v3
2727
with:
28-
dotnet-version: 6.0.x
28+
dotnet-version: 8.0.x
2929
- run: 'hooks/pre-commit'
3030
- run: 'dotnet pack -p:SkipSonar=false -p:_IsPacking=true'

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2626
- uses: actions/setup-dotnet@v3
2727
with:
28-
dotnet-version: 6.0.x
28+
dotnet-version: 8.0.x
2929
- run: dotnet build -p:SkipSonar=true
3030
- run: mkdir -p Docs/obj/
3131
- run: Docs/build.ps1
@@ -48,4 +48,4 @@ jobs:
4848
description: Libplanet docs generated by DocFX
4949
state: 'success'
5050
target_url: ${{ steps.docs-url.outputs.url }}
51-
if: github.event_name != 'pull_request'
51+
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)