diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e0c9f71..494b153 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - name: Checkout code uses: actions/checkout@v5 - name: Setup dotnet ${{ matrix.dotnet }} - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ matrix.dotnet }} - name: Display dotnet version