Skip to content

Commit cf9b9f1

Browse files
authored
Update GitHub Actions workflow and project dependencies (#17)
- 🛠️ Remove tag trigger from pull request workflow - 📦 Upgrade Cake.Http package to version 5.0.0 Signed-off-by: Louis Fischer <louisfischer@gmail.com>
1 parent 5f33765 commit cf9b9f1

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ on:
3636
pull_request:
3737
branches:
3838
- "**"
39-
tags:
40-
- "*.*.*"
4139
paths-ignore:
4240
- "README.md"
4341

src/Cake.GitHub.Endpoints/Cake.GitHub.Endpoints.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<ItemGroup>
5454
<PackageReference Include="Cake.Common" Version="5.0.0" PrivateAssets="All" />
5555
<PackageReference Include="Cake.Core" Version="5.0.0" PrivateAssets="All" />
56-
<PackageReference Include="Cake.Http" Version="4.0.0" />
56+
<PackageReference Include="Cake.Http" Version="5.0.0" />
5757
<PackageReference Include="Costura.Fody" Version="6.0.0" PrivateAssets="All" />
5858
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5959
<PackageReference Include="Octokit" Version="14.0.0" />

0 commit comments

Comments
 (0)