Skip to content

Commit

Permalink
Merge pull request #625 from WildGums/GitHubSync/20241230-152211
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik authored Dec 30, 2024
2 parents 47db68e + 0c6fc01 commit 6d0ae7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Setup .NET Core
id: setup-dotnet
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
with:
dotnet-version: '9.0.x'

Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/github-pages-tasks.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#l "github-pages-variables.cake"

#addin "nuget:?package=Cake.Git&version=4.0.0"
#addin "nuget:?package=Cake.Git&version=5.0.1"

//-------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions deployment/cake/lib-msbuild.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#addin "nuget:?package=Cake.Issues&version=5.0.0"
#addin "nuget:?package=Cake.Issues.MsBuild&version=5.0.0"
#addin "nuget:?package=Cake.Issues&version=5.0.1"
#addin "nuget:?package=Cake.Issues.MsBuild&version=5.0.1"
#addin "nuget:?package=System.Configuration.ConfigurationManager&version=9.0.0"

#tool "nuget:?package=MSBuild.Extension.Pack&version=1.9.1"
Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/tests-nunit.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.18.3"
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.19.0"

//-------------------------------------------------------------

Expand Down

0 comments on commit 6d0ae7d

Please sign in to comment.