From a00b9042c2ada4cd7ecba9299d3be75e7787310d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 08:41:14 +0000 Subject: [PATCH] chore(ci): bump dailydevops/pipelines from 1.0.8 to 1.0.45 Bumps [dailydevops/pipelines](https://github.com/dailydevops/pipelines) from 1.0.8 to 1.0.45. - [Release notes](https://github.com/dailydevops/pipelines/releases) - [Commits](https://github.com/dailydevops/pipelines/compare/1.0.8...1.0.45) --- updated-dependencies: - dependency-name: dailydevops/pipelines dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 d5df7bc..13a6eb6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,7 +27,7 @@ permissions: jobs: all: if: github.run_id != 1 - uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.0.8 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.0.45 with: dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} dotnetQuality: ${{ vars.NE_DOTNET_QUALITY }}