diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e1a16b..a654e12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: | git fetch --prune - name: 🔨 Use .NET Core 3.1 SDK - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v5 with: dotnet-version: '3.1.x' - name: 🎁 dotnet tool restore