Skip to content

Commit

Permalink
Merge pull request #199 from tomasmcguinness/bump-workflow-versions
Browse files Browse the repository at this point in the history
Bump workflow action and dotnet versions
  • Loading branch information
eimantas authored Oct 27, 2024
2 parents 370ebaf + 60c783e commit 62b0778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.x
dotnet-version: 8.0.x
- name: Build with dotnet
run: dotnet build ./Passbook.Generator/Passbook.Generator.csproj --configuration Release

0 comments on commit 62b0778

Please sign in to comment.