Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Dec 10, 2023
1 parent f334434 commit 806084c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-nuget.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy nupkg

env:
dotnet_version: 8.0.x
dotnet_version: 8.0.x
project_name: "ApiGroupGenerator/ApiGroupGenerator.csproj"

on:
Expand All @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.dotnet_version }}
- name: Install dependencies
Expand Down

0 comments on commit 806084c

Please sign in to comment.