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 d600d32 commit 7dd9158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: "Grid/Blazor.Grids.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
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: .NET Core deploy to GitHub pages

env:
dotnet_version: 8.0.x
dotnet_version: 8.0.x
project_name: "TestProject_ClientSide/TestProject_ClientSide.csproj"
base_href: /Blazor.Grids/

Expand All @@ -17,7 +17,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 7dd9158

Please sign in to comment.