Skip to content

Commit

Permalink
(cake-contribGH-984) Update Cake.Issues.Recipe reference from 1.3.2 t…
Browse files Browse the repository at this point in the history
…o 1.3.4
  • Loading branch information
cake-contrib-bot committed Jun 16, 2023
1 parent 64cf323 commit 1f1c03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Cake.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#addin nuget:?package=Cake.Twitter&version=2.0.0
#addin nuget:?package=Cake.Wyam&version=2.2.13

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

Action<string, IDictionary<string, string>> RequireAddin = (code, envVars) => {
var script = MakeAbsolute(File(string.Format("./{0}.cake", Guid.NewGuid())));
Expand Down

0 comments on commit 1f1c03e

Please sign in to comment.