From 4ed4485e2ca8a2b6b48770fbec561b515ed8422f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 12:03:41 +0000 Subject: [PATCH] Bump cake-build/cake-action from 1.4.0 to 1.4.1 Bumps [cake-build/cake-action](https://github.com/cake-build/cake-action) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/cake-build/cake-action/releases) - [Commits](https://github.com/cake-build/cake-action/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: cake-build/cake-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/closemilestones.yaml | 2 +- .github/workflows/releasenotes.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index abc9800..1c7fa73 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Build with cake - uses: cake-build/cake-action@v1.4.0 + uses: cake-build/cake-action@v1.4.1 with: script-path: setup.cake target: CI diff --git a/.github/workflows/closemilestones.yaml b/.github/workflows/closemilestones.yaml index 44fb7b8..64e1f22 100644 --- a/.github/workflows/closemilestones.yaml +++ b/.github/workflows/closemilestones.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Build with cake - uses: cake-build/cake-action@v1.4.0 + uses: cake-build/cake-action@v1.4.1 with: script-path: setup.cake target: Close-Milestones diff --git a/.github/workflows/releasenotes.yaml b/.github/workflows/releasenotes.yaml index 74b9247..4093bbe 100644 --- a/.github/workflows/releasenotes.yaml +++ b/.github/workflows/releasenotes.yaml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - name: Build Release Notes - uses: cake-build/cake-action@v1.4.0 + uses: cake-build/cake-action@v1.4.1 with: script-path: setup.cake target: Build-ReleaseNotes