Skip to content

Commit

Permalink
updated dotnet-version from 6 to 8; checkout from v3 to v4 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikshafer authored Apr 23, 2024
1 parent 1bbb312 commit f7957b0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET
name: EcommerceEventSourcing

on:
push:
Expand All @@ -15,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit f7957b0

Please sign in to comment.