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}} 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 @@ - +