Skip to content

Commit 7b635d9

Browse files
Update cake-build/cake-action action to v3
1 parent bf68954 commit 7b635d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6.0
6767
9.0
6868
- name: Build project
69-
uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 # v2.0.0
69+
uses: cake-build/cake-action@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0 # v3.0.1
7070
with:
7171
script-path: recipe.cake
7272
target: CI

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
dotnet-version: 7.0.x
6464

6565
- name: Build project
66-
uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 # v2.0.0
66+
uses: cake-build/cake-action@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0 # v3.0.1
6767
with:
6868
script-path: recipe.cake
6969
target: DotNetCore-Build

0 commit comments

Comments
 (0)