We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6790f12 + 38e4070 commit fc87c5fCopy full SHA for fc87c5f
.github/workflows/build-and-test.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Cake Action
31
id: cake-action
32
- uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b #v1.4.1
+ uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 #v2.0.0
33
with:
34
target: BuildAndTest
35
arguments: |
deployment/cake/sourcecontrol-github.cake
@@ -1,5 +1,5 @@
1
#addin "nuget:?package=Cake.GitHub&version=0.1.0"
2
-#addin "nuget:?package=Octokit&version=9.1.1"
+#addin "nuget:?package=Octokit&version=9.1.2"
3
4
//-------------------------------------------------------------
5
0 commit comments