diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 83a4bf1..25c0b52 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -9,7 +9,7 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 - - uses: webiny/action-conventional-commits@v1.3.0 + - uses: actions/checkout@v4.3.1 + - uses: webiny/action-conventional-commits@v1.3.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index f44e2b0..d230594 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/dotnet-tools.json b/dotnet-tools.json index 67718b2..438b3f2 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,13 +3,13 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "5.0.0", + "version": "5.1.0", "commands": [ "dotnet-cake" ] }, "minver-cli": { - "version": "6.0.0", + "version": "6.1.0", "commands": [ "minver" ] diff --git a/playground/Test.AppHost/Test.AppHost.csproj b/playground/Test.AppHost/Test.AppHost.csproj index c929525..11d27dc 100644 --- a/playground/Test.AppHost/Test.AppHost.csproj +++ b/playground/Test.AppHost/Test.AppHost.csproj @@ -1,6 +1,6 @@ - + Exe