Skip to content

Commit

Permalink
Bump GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Jan 16, 2025
1 parent d500944 commit 0fbfe27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Build project
run: dotnet build -c Release -r linux-arm64 --self-contained

0 comments on commit 0fbfe27

Please sign in to comment.