From 572d74732631b21c1a7845773146127f8fecf891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:33:20 +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 8.0.0 to 9.0.0. - [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/061b345a7351b0caf23055caea63ccd08b75e20e...5aa2657f976103d716f585266a0fa4e964594df2) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 bc11b0e..713f48c 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@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 + uses: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 secrets: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}