Skip to content

Commit d46f95a

Browse files
authored
Merge pull request #1081 from cake-contrib/dependabot/github_actions/cake-build/cake-action-3.0.1
Bump cake-build/cake-action from 3.0.0 to 3.0.1
2 parents eef2e95 + 0545745 commit d46f95a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: ${{ matrix.os == 'ubuntu-24.04' }}
3838
run: sudo apt-get install mono-complete
3939
- name: Build Cake.Recipe
40-
uses: cake-build/cake-action@v3.0.0
40+
uses: cake-build/cake-action@v3.0.1
4141
with:
4242
script-path: recipe.cake
4343
target: CI

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
} | Out-File "./includes.cake"
4545
shell: pwsh
4646
- name: Drafting Release Notes
47-
uses: cake-build/cake-action@v3.0.0
47+
uses: cake-build/cake-action@v3.0.1
4848
with:
4949
script-path: recipe.cake
5050
target: releasenotes

0 commit comments

Comments
 (0)