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.
1 parent 2f8d05d commit 31eb2f6Copy full SHA for 31eb2f6
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
path: tools
63
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
64
- name: Build project
65
- uses: cake-build/cake-action@v2.0.0
+ uses: cake-build/cake-action@v3.0.0
66
with:
67
script-path: recipe.cake
68
target: CI
.github/workflows/codeql-analysis.yml
@@ -59,7 +59,7 @@ jobs:
59
# queries: ./path/to/local/query, your-org/your-repo/queries@main
60
61
target: DotNetCore-Build
0 commit comments