Skip to content

Commit 0fbfe27

Browse files
committed
Bump GHA versions
1 parent d500944 commit 0fbfe27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323
- name: Install .NET Core
24-
uses: actions/setup-dotnet@v3
24+
uses: actions/setup-dotnet@v4
2525
with:
26-
dotnet-version: 6.0.x
26+
dotnet-version: 8.0.x
2727
- name: Build project
2828
run: dotnet build -c Release -r linux-arm64 --self-contained

0 commit comments

Comments
 (0)