From 95ecf649283356c2abc9e4211aac4cc5c596d915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:33:00 +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.0 to 9.0.2. - [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/5aa2657f976103d716f585266a0fa4e964594df2...b69839ba2debe04a46321b7698b6daf57667d4e7) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml dependency-version: 9.0.2 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 713f48c..a5295e0 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@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 + uses: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 secrets: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}