diff --git a/.github/workflows/build-container-reusable.yml b/.github/workflows/build-container-reusable.yml index 446859a12..cd47df646 100644 --- a/.github/workflows/build-container-reusable.yml +++ b/.github/workflows/build-container-reusable.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 if: ${{ inputs.mode != 'test-only' }} - name: Install net10.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x if: ${{ inputs.mode != 'test-only' }} diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index ba4e7f54e..f518acc4d 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: Install net10.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x - name: Authenticate NuGet GitHub Packages diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index fdfac8103..1b340abd3 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -36,7 +36,7 @@ jobs: with: persist-credentials: false - name: Install repository tools - uses: jdx/mise-action@v4.2.1 + uses: jdx/mise-action@v4.2.3 with: cache: false - name: Verify semantic conventions @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 0 - name: Install net10.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x - name: Set up .NET NuGet authentication @@ -93,7 +93,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Install net10.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x - name: Set up .NET NuGet authentication