Skip to content

Commit ace55ef

Browse files
authoredFeb 7, 2024··
Merge pull request #489 from Fody/GitHubSync/20240207-145057
GitHubSync update
2 parents da8c04b + 8914728 commit ace55ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Cake Action
3131
id: cake-action
32-
uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b #v1.4.1
32+
uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 #v2.0.0
3333
with:
3434
target: BuildAndTest
3535
arguments: |

‎deployment/cake/sourcecontrol-github.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#addin "nuget:?package=Cake.GitHub&version=0.1.0"
2-
#addin "nuget:?package=Octokit&version=9.1.1"
2+
#addin "nuget:?package=Octokit&version=9.1.2"
33

44
//-------------------------------------------------------------
55

0 commit comments

Comments
 (0)
Please sign in to comment.