Skip to content

Commit 31eb2f6

Browse files
(maint) Update cake-build/cake-action action to v3 (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f8d05d commit 31eb2f6

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
@@ -62,7 +62,7 @@ jobs:
6262
path: tools
6363
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
6464
- name: Build project
65-
uses: cake-build/cake-action@v2.0.0
65+
uses: cake-build/cake-action@v3.0.0
6666
with:
6767
script-path: recipe.cake
6868
target: CI

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# queries: ./path/to/local/query, your-org/your-repo/queries@main
6060

6161
- name: Build project
62-
uses: cake-build/cake-action@v2.0.0
62+
uses: cake-build/cake-action@v3.0.0
6363
with:
6464
script-path: recipe.cake
6565
target: DotNetCore-Build

0 commit comments

Comments
 (0)