File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 generate :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - uses : apioo/sdkgen-generator-action@v0.2.1
2222 with :
2323 client_id : ' ${{ secrets.SDKGEN_CLIENT_ID }}'
@@ -31,11 +31,11 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 - name : Setup .NET
3636 uses : actions/setup-dotnet@v3
3737 with :
38- dotnet-version : ' 7.0.102 '
38+ dotnet-version : ' 8.x '
3939 - name : Copy csproj
4040 run : cp ./project.csproj ./src/SdkFabric.Notion/SdkFabric.Notion.csproj
4141 - name : Set version
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net6 .0</TargetFramework >
3+ <TargetFramework >net8 .0</TargetFramework >
44 <PackageId >SdkFabric.Notion</PackageId >
55 <PackageVersion >0.1.0</PackageVersion >
66 <Authors >chriskapp</Authors >
You can’t perform that action at this time.
0 commit comments