From 1534225f34705b9b51084f851a969aee5b017de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:33:12 +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.6.0 to 13.6.3. - [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/759ff9b2526cd1b142b49c5dc1616118a1ef44d9...efdff74933a4c137d5b442f54687882a24de88db) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml dependency-version: 13.6.3 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 ba2ea0c..a35a878 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@759ff9b2526cd1b142b49c5dc1616118a1ef44d9 # v13.6.0 + uses: devantler-tech/actions/.github/workflows/publish-dotnet-library.yaml@efdff74933a4c137d5b442f54687882a24de88db # v13.6.3 secrets: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}