From 1ca03a1969e6d47dcc703220053f96f066f58d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:34:46 +0000 Subject: [PATCH] chore(deps): bump devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml Bumps [devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml](https://github.com/devantler-tech/actions) from 9.0.2 to 9.0.4. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/devantler-tech/actions/compare/b69839ba2debe04a46321b7698b6daf57667d4e7...fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a5295e0..7cf6d20 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -10,6 +10,6 @@ permissions: jobs: publish: - uses: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 + uses: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml@fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72 # v9.0.4 secrets: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}