Skip to content

Commit

Permalink
All GitHub actions updated - the .NET SDK 7.0.x used for all activiti…
Browse files Browse the repository at this point in the history
…tes now.
  • Loading branch information
OlegRa committed Jun 8, 2023
1 parent 1826919 commit 8057926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup .NET 6.0.x
- name: Setup .NET 7.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '7.0.x'

- name: Cache NuGet Packages
uses: actions/cache@v3
Expand Down

0 comments on commit 8057926

Please sign in to comment.