From 13514ffdb82e6cf1143baf55096008e20adafb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:43:30 +0000 Subject: [PATCH 1/2] Bump trakx/github-actions from 10.2.9 to 10.2.10 (#326) Bumps [trakx/github-actions](https://github.com/trakx/github-actions) from 10.2.9 to 10.2.10. - [Release notes](https://github.com/trakx/github-actions/releases) - [Commits](https://github.com/trakx/github-actions/compare/v10.2.9...v10.2.10) --- updated-dependencies: - dependency-name: trakx/github-actions dependency-version: 10.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/automerge.yml | 2 +- .github/workflows/delete-packages.yml | 4 ++-- .github/workflows/nuget.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 32b2ceb..2a72e55 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -12,6 +12,6 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Merge non major updates - uses: trakx/github-actions/dependabot-automerge@v10.2.9 + uses: trakx/github-actions/dependabot-automerge@v10.2.10 with: githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/delete-packages.yml b/.github/workflows/delete-packages.yml index 959f3dd..0630315 100644 --- a/.github/workflows/delete-packages.yml +++ b/.github/workflows/delete-packages.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete tags - uses: trakx/github-actions/delete-tags@v10.2.9 + uses: trakx/github-actions/delete-tags@v10.2.10 with: num-tags-to-keep: ${{github.event.inputs.num-pre-release-versions-to-keep}} @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete Trakx.Fireblocks.ApiClient versions - uses: trakx/github-actions/delete-nuget-version@v10.2.9 + uses: trakx/github-actions/delete-nuget-version@v10.2.10 with: package-name: "Trakx.Fireblocks.ApiClient" num-old-pre-release-versions-to-keep: ${{github.event.inputs.num-pre-release-versions-to-keep}} diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 1961643..e884e30 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -57,7 +57,7 @@ jobs: - name: Build and publish nuget packages id: publish - uses: trakx/github-actions/publish-nuget@v10.2.9 + uses: trakx/github-actions/publish-nuget@v10.2.10 with: packageReadonlyPat: ${{secrets.TRAKX_BOT_READONLY_PAT}} githubToken: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 457e274..0a21332 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Test and cover solutions id: test - uses: trakx/github-actions/test-dotnet@v10.2.9 + uses: trakx/github-actions/test-dotnet@v10.2.10 with: packageReadonlyPat: ${{secrets.TRAKX_BOT_READONLY_PAT}} awsAccessKeyId: ${{secrets.AWS_ACCESS_KEY_ID}} From 4a455ca1f3adee105382fd320f28429173fc050c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Vieira?= Date: Wed, 11 Feb 2026 13:22:48 +0000 Subject: [PATCH 2/2] Bump dependencies --- .../Trakx.Fireblocks.ApiClient.csproj | 6 +++--- .../Trakx.Fireblocks.ApiClient.Tests.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Trakx.Fireblocks.ApiClient/Trakx.Fireblocks.ApiClient.csproj b/src/Trakx.Fireblocks.ApiClient/Trakx.Fireblocks.ApiClient.csproj index 53c5206..6d3967b 100644 --- a/src/Trakx.Fireblocks.ApiClient/Trakx.Fireblocks.ApiClient.csproj +++ b/src/Trakx.Fireblocks.ApiClient/Trakx.Fireblocks.ApiClient.csproj @@ -7,7 +7,7 @@ - + @@ -16,8 +16,8 @@ - - + + diff --git a/tests/Trakx.Fireblocks.ApiClient.Tests/Trakx.Fireblocks.ApiClient.Tests.csproj b/tests/Trakx.Fireblocks.ApiClient.Tests/Trakx.Fireblocks.ApiClient.Tests.csproj index e8409ae..db179c3 100644 --- a/tests/Trakx.Fireblocks.ApiClient.Tests/Trakx.Fireblocks.ApiClient.Tests.csproj +++ b/tests/Trakx.Fireblocks.ApiClient.Tests/Trakx.Fireblocks.ApiClient.Tests.csproj @@ -9,7 +9,7 @@ - +