From 66c79224d62f7f215a0135f011e54af0af1a0285 Mon Sep 17 00:00:00 2001 From: MoFtZ Date: Mon, 5 Dec 2022 13:49:26 +1100 Subject: [PATCH] Fixed CI copyright pipeline failing on net70 SDK. --- .github/workflows/updateCopyrightYear.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/updateCopyrightYear.yml b/.github/workflows/updateCopyrightYear.yml index 1ac02aad0..a2df59ade 100644 --- a/.github/workflows/updateCopyrightYear.yml +++ b/.github/workflows/updateCopyrightYear.yml @@ -18,10 +18,10 @@ jobs: with: fetch-depth: 0 - - name: Setup the latest .NET 6 SDK - uses: actions/setup-dotnet@v2 + - name: Setup the latest .NET 7 SDK + uses: actions/setup-dotnet@v3.0.3 with: - dotnet-version: 6.0.x + dotnet-version: 7.0.x - name: Update copyright year uses: technote-space/create-pr-action@v2