Skip to content

Commit

Permalink
update to latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RainOrigami committed Sep 8, 2023
1 parent 6749202 commit 2d56d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: 6.x

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x # Updated to use .NET 6.0
dotnet-version: 6.x

- name: Build project and check for errors on non-main branch commits
run: dotnet build --configuration Release --no-restore

0 comments on commit 2d56d4c

Please sign in to comment.