From fa9f4c258c5b15c10e0cf8b0d3d76ad1083b3e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:42:40 +0100 Subject: [PATCH] chore(ci): bump dailydevops/pipelines from 0.12.26 to 0.12.32 (#1) Bumps [dailydevops/pipelines](https://github.com/dailydevops/pipelines) from 0.12.26 to 0.12.32. - [Release notes](https://github.com/dailydevops/pipelines/releases) - [Commits](https://github.com/dailydevops/pipelines/compare/0.12.26...0.12.32) --- updated-dependencies: - dependency-name: dailydevops/pipelines dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 21396a0..2599d85 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,7 +22,7 @@ jobs: all: if: github.run_id != 1 name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.26 + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.32 with: disablePublish: true dotnet-logging: ${{ inputs.dotnet-logging }}