Skip to content

Commit

Permalink
Merge pull request #1008 from cake-contrib-bot/upgrade_cake_2024_07_0…
Browse files Browse the repository at this point in the history
…6_00_05_34

Upgrade to Cake 2.0.0
  • Loading branch information
gep13 authored Aug 2, 2024
2 parents bab5211 + 321c8f7 commit 7ab89fb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [
windows-latest,
ubuntu-latest,
ubuntu-20.04,
# Cake.Recipe currently does not support macOS 14 (M1) due to usage of Cake.Git.
macos-13]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
draft-stable:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Checkout the requested branch
Expand Down
8 changes: 4 additions & 4 deletions Source/Cake.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
///////////////////////////////////////////////////////////////////////////////

#addin nuget:?package=Cake.Codecov&version=2.0.0
#addin nuget:?package=Cake.Coveralls&version=1.1.0
#addin nuget:?package=Cake.Coveralls&version=2.0.0
#addin nuget:?package=Cake.Coverlet&version=2.5.4
#addin nuget:?package=Portable.BouncyCastle&version=1.8.5
#addin nuget:?package=Cake.Email&version=2.0.0&loaddependencies=true
#addin nuget:?package=Cake.Incubator&version=7.0.0
#addin nuget:?package=Cake.Kudu&version=2.0.0
#addin nuget:?package=Cake.MicrosoftTeams&version=2.0.0
#addin nuget:?package=Cake.Slack&version=2.0.0
#addin nuget:?package=Cake.Transifex&version=1.0.1
#addin nuget:?package=Cake.Twitter&version=2.0.0
#addin nuget:?package=Cake.Transifex&version=2.0.0
#addin nuget:?package=Cake.Twitter&version=2.0.1
#addin nuget:?package=Cake.Wyam&version=2.2.13
#addin nuget:?package=Cake.Mastodon&version=1.1.0

#load nuget:?package=Cake.Issues.Recipe&version=1.3.4
#load nuget:?package=Cake.Issues.Recipe&version=2.0.0

Action<string, IDictionary<string, string>> RequireAddin = (code, envVars) => {
var script = MakeAbsolute(File(string.Format("./{0}.cake", Guid.NewGuid())));
Expand Down
2 changes: 1 addition & 1 deletion Source/Cake.Recipe/cake-version.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TargetCakeVersion: 1.3.0
TargetCakeVersion: 2.0.0
TargetFrameworks: []

0 comments on commit 7ab89fb

Please sign in to comment.