From 7b933a35e2b2e974c7f34e05414ab6280510bd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:02:39 +0000 Subject: [PATCH] Bump ricado-group/dotnet-library-build-release-action from 1 to 2 Bumps [ricado-group/dotnet-library-build-release-action](https://github.com/ricado-group/dotnet-library-build-release-action) from 1 to 2. - [Release notes](https://github.com/ricado-group/dotnet-library-build-release-action/releases) - [Commits](https://github.com/ricado-group/dotnet-library-build-release-action/compare/v1...v2) --- updated-dependencies: - dependency-name: ricado-group/dotnet-library-build-release-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe35f18..a4104a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: # Step 2 - Build and Publish - name: Build and Publish - uses: ricado-group/dotnet-library-build-release-action@v1 + uses: ricado-group/dotnet-library-build-release-action@v2 with: project-name: 'RICADO.Python' github-token: ${{ secrets.GITHUB_TOKEN }}