diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 716e63f..d3a817f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -23,7 +23,7 @@ jobs: dotnet-version: ${{ matrix.dotnet.version }} dotnet-quality: ga - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cache uses: actions/cache@v4 with: @@ -46,7 +46,7 @@ jobs: dotnet-version: ${{ matrix.dotnet.version }} dotnet-quality: ga - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cache uses: actions/cache@v4 with: @@ -82,7 +82,7 @@ jobs: dotnet-version: ${{ matrix.dotnet.version }} dotnet-quality: ga - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cache uses: actions/cache@v4 with: