diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9c80055..5de4e0c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,9 +17,9 @@ jobs: name: Build on ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: 7.0.x - name: Restore dependencies