diff --git a/.github/workflows/nuget-deploy.yml b/.github/workflows/nuget-deploy.yml index 66e7c1968..26c51e6f3 100644 --- a/.github/workflows/nuget-deploy.yml +++ b/.github/workflows/nuget-deploy.yml @@ -4,11 +4,11 @@ on: branches: [main] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Pack nuget package working-directory: ./src/Segment.PublicApi run: dotnet pack -c Release