From 2c985138e701d9e9c62416b5f8fbc90f0ac55890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:10:15 +0000 Subject: [PATCH] chore(deps): Bump devantler-tech/reusable-workflows/.github/workflows/cd-dotnet-library-publish.yaml Bumps [devantler-tech/reusable-workflows/.github/workflows/cd-dotnet-library-publish.yaml](https://github.com/devantler-tech/reusable-workflows) from 1.25.0 to 1.27.0. - [Release notes](https://github.com/devantler-tech/reusable-workflows/releases) - [Commits](https://github.com/devantler-tech/reusable-workflows/compare/f7c1091196016d2e66b7487ceba166112d196702...55d62d99f199c9c325d1862773659e5a51b9acd2) --- updated-dependencies: - dependency-name: devantler-tech/reusable-workflows/.github/workflows/cd-dotnet-library-publish.yaml dependency-version: 1.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3e905a2..7ca4d39 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -10,6 +10,6 @@ permissions: jobs: publish: - uses: devantler-tech/reusable-workflows/.github/workflows/cd-dotnet-library-publish.yaml@f7c1091196016d2e66b7487ceba166112d196702 # v1.25.0 + uses: devantler-tech/reusable-workflows/.github/workflows/cd-dotnet-library-publish.yaml@55d62d99f199c9c325d1862773659e5a51b9acd2 # v1.27.0 secrets: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}