From 851fa9f489f156b7146fea4a2c239fbcc8c64823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 09:33:09 +0000 Subject: [PATCH] build(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 13.5.0 to 13.5.1. - [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/883d891a0e6a2c9420d2b60aea9d5f47c20ce803...a147ead8b8bc937fbfb1974e3698c7e32f95517d) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml dependency-version: 13.5.1 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 62b9447..73a8a82 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@883d891a0e6a2c9420d2b60aea9d5f47c20ce803 # v13.5.0 + uses: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml@a147ead8b8bc937fbfb1974e3698c7e32f95517d # v13.5.1 secrets: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}